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
Subclasses with type arguments of type Mode in org.evoludo.simulator.modelsFields in org.evoludo.simulator.models declared as ModeModifier and TypeFieldDescription(package private) ModeChangeListener.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 TypeMethodDescriptionChangeListener.PendingAction.getMode()Return the requested execution mode.Data.getMode()Returns the appropriate mode for the model based on the data type.Model.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 onlyMode.DYNAMICSis permitted.booleanModel.requestMode(Mode newmode) Request a change of theModeof the model.booleanbooleanSets theModeof model/simulator.boolean -
Uses of Mode in org.evoludo.simulator.views
Methods in org.evoludo.simulator.views that return Mode