Uses of Enum Class
org.scictrl.mp.orbitcorrect.mvc.ApplicationEngine.State
Packages that use ApplicationEngine.State
-
Uses of ApplicationEngine.State in org.scictrl.mp.orbitcorrect.mvc
Methods in org.scictrl.mp.orbitcorrect.mvc that return ApplicationEngine.StateModifier and TypeMethodDescriptionApplicationEngine.getState()
Getter for the fieldstate
.static ApplicationEngine.State
Returns the enum constant of this class with the specified name.static ApplicationEngine.State[]
ApplicationEngine.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.scictrl.mp.orbitcorrect.mvc with parameters of type ApplicationEngine.StateModifier and TypeMethodDescriptionvoid
ApplicationEngine.setState
(ApplicationEngine.State s, String report) Setter for the fieldstate
.