Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
Modifier and Type | Method and Description |
---|---|
ModuleInstance |
ModelInstance.getModuleInstance(long id)
Returns a module instance for given id or null if it does not exist.
|
ModuleInstance |
ModelInstance.getModuleInstance(String name)
Returns a module instance for given module name or null if it does not
exist.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleInstance> |
ModelInstance.getModuleInstances()
Returns the module instances.
|
Constructor and Description |
---|
ModelInstance(ModelInstanceInfo info,
List<ModuleInstance> moduleInstances,
Collection<Signal> signalQueue,
Collection<ProcessLog> logs,
boolean createProcessLog)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.