Uses of Class
org.forester.phylogeny.data.Event
-
Packages that use Event Package Description org.forester.phylogeny org.forester.phylogeny.data -
-
Uses of Event in org.forester.phylogeny
Methods in org.forester.phylogeny that return Event Modifier and Type Method Description static EventPhylogenyMethods. getEventAtLCA(PhylogenyNode n1, PhylogenyNode n2) -
Uses of Event in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return Event Modifier and Type Method Description static EventEvent. createSingleDuplicationEvent()static EventEvent. createSingleSpeciationEvent()static EventEvent. createSingleSpeciationOrDuplicationEvent()EventNodeData. getEvent()Methods in org.forester.phylogeny.data with parameters of type Event Modifier and Type Method Description voidNodeData. setEvent(Event event)
-