Uses of Enum Class
org.evoludo.simulator.models.IBS.Event
Packages that use IBS.Event
Package
Description
The models that generate evolutionary trajectories based on the specifications of each module.
-
Uses of IBS.Event in org.evoludo.simulator.models
Subclasses with type arguments of type IBS.Event in org.evoludo.simulator.modelsModifier and TypeClassDescriptionstatic enumEnumeration of possible events in focal population.Methods in org.evoludo.simulator.models that return IBS.EventModifier and TypeMethodDescriptionprotected IBS.EventIBS.pickEvent(IBSPopulation<?, ?> pop) Pick type of next event in focal population.static IBS.EventReturns the enum constant of this class with the specified name.static IBS.Event[]IBS.Event.values()Returns an array containing the constants of this enum class, in the order they are declared.