Uses of Class
org.sim0mq.federationmanager.ModelState
-
Packages that use ModelState Package Description org.sim0mq.federationmanager The FederationManager is an example class that sends messages to FederateStarters to start model components, loggers, data collectors, etc. -
-
Uses of ModelState in org.sim0mq.federationmanager
Methods in org.sim0mq.federationmanager that return ModelState Modifier and Type Method Description static ModelState
ModelState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelState[]
ModelState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-