Uses of Enum Class
org.evoludo.simulator.models.Mode
Packages that use Mode
-
Uses of Mode in org.evoludo.simulator.models
Fields in org.evoludo.simulator.models declared as ModeModifier and TypeFieldDescriptionChangeListener.PendingAction.mode
The pending execution mode of the model.protected Mode
Model.mode
Indicates current mode of IBS model.Methods in org.evoludo.simulator.models that return ModeModifier and TypeMethodDescriptionModel.getMode()
Gets theMode
of the model.static Mode
Returns 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 TypeMethodDescriptionboolean
Model.permitsMode
(Mode test) Check if current model implements modetest
; by default onlyDYNAMICS
is permitted.boolean
Model.requestMode
(Mode newmode) Request a change of theMode
of the model.boolean
Sets theMode
of 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