Uses of Class
bio.singa.simulation.model.modules.concentration.ModuleState
-
Packages that use ModuleState Package Description bio.singa.simulation.model.modules bio.singa.simulation.model.modules.concentration -
-
Uses of ModuleState in bio.singa.simulation.model.modules
Methods in bio.singa.simulation.model.modules that return ModuleState Modifier and Type Method Description ModuleStateAbstractUpdateModule. getState()ModuleStateUpdateModule. getState()Methods in bio.singa.simulation.model.modules with parameters of type ModuleState Modifier and Type Method Description voidAbstractUpdateModule. setState(ModuleState state) -
Uses of ModuleState in bio.singa.simulation.model.modules.concentration
Methods in bio.singa.simulation.model.modules.concentration that return ModuleState Modifier and Type Method Description static ModuleStateModuleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleState[]ModuleState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-