| Package | Description | 
|---|---|
| com.whitestein.lsps.engine.dto | 
 Data transfer objects for engine related data. 
 | 
| com.whitestein.lsps.test | |
| com.whitestein.lsps.tools | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProcessLog> | 
ModelInstance.getLogs()
Returns the process logs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ProcessLogIndexComparator.compare(ProcessLog o1,
       ProcessLog o2)  | 
| Constructor and Description | 
|---|
ModelInstance(ModelInstanceInfo info,
             List<ModuleInstance> moduleInstances,
             Collection<Signal> signalQueue,
             Collection<ProcessLog> logs,
             boolean createProcessLog)
Creates new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProcessLog> | 
ModelInstance.getProcessLogs()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProcessLog> | 
TestSupportServiceBean.findProcessLogsByModelInstanceId(long modelInstanceId)  | 
List<ProcessLog> | 
TestSupportService.findProcessLogsByModelInstanceId(long modelInstanceId)
Finds  
ProcessLogs by the model instance id. | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.