Uses of Enum Class
org.evoludo.simulator.models.Mode
Packages that use Mode
Package
Description
The models that generate evolutionary trajectories based on the specifications of each module.
The views to visualize results and interact with evolutionary models.
-
Uses of Mode in org.evoludo.simulator.models
Fields in org.evoludo.simulator.models declared as ModeModifier and TypeFieldDescriptionChangeListener.PendingAction.modeThe pending execution mode of the model.protected ModeModel.modeIndicates current mode of IBS model.Methods in org.evoludo.simulator.models that return ModeModifier and TypeMethodDescriptionModel.getMode()Gets theModeof the model.static ModeReturns the enum constant of this class with the specified name.static Mode[]Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.evoludo.simulator.models with parameters of type ModeModifier and TypeMethodDescriptionbooleanModel.permitsMode(Mode test) Check if current model implements modetest; by default onlyDYNAMICSis permitted.booleanModel.requestMode(Mode newmode) Request a change of theModeof the model.booleanSets theModeof model/simulator. -
Uses of Mode in org.evoludo.simulator.views
Methods in org.evoludo.simulator.views that return ModeModifier and TypeMethodDescriptionAbstractView.getMode()Get the mode of this view.Histogram.getMode()Methods in org.evoludo.simulator.views with parameters of type Mode