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 Event
PhylogenyMethods. 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 Event
Event. createSingleDuplicationEvent()
static Event
Event. createSingleSpeciationEvent()
static Event
Event. createSingleSpeciationOrDuplicationEvent()
Event
NodeData. getEvent()
Methods in org.forester.phylogeny.data with parameters of type Event Modifier and Type Method Description void
NodeData. setEvent(Event event)
-