Uses of Class
bio.singa.simulation.model.modules.concentration.ModuleFactory.Scope
-
Packages that use ModuleFactory.Scope Package Description bio.singa.simulation.model.modules.concentration -
-
Uses of ModuleFactory.Scope in bio.singa.simulation.model.modules.concentration
Methods in bio.singa.simulation.model.modules.concentration that return ModuleFactory.Scope Modifier and Type Method Description static ModuleFactory.ScopeModuleFactory.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleFactory.Scope[]ModuleFactory.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in bio.singa.simulation.model.modules.concentration with parameters of type ModuleFactory.Scope Modifier and Type Method Description static <ModuleImplementation extends ConcentrationBasedModule>
ModuleImplementationModuleFactory. setupModule(Class<ModuleImplementation> moduleCLass, ModuleFactory.Scope scope, ModuleFactory.Specificity specificity)Creates a new module with the specified setup.
-