public class LEMSResultsContainer extends Object implements ILEMSResultsContainer
| Constructor and Description |
|---|
LEMSResultsContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addState(IStateIdentifier state,
String dimension) |
void |
addStateValue(IStateIdentifier state,
ALEMSValue value) |
LEMSRecordedState |
getState(IStateIdentifier state) |
Map<IStateIdentifier,LEMSRecordedState> |
getStates() |
ALEMSValue |
getStateValue(IStateIdentifier state,
int timeStep) |
boolean |
hasState(IStateIdentifier stateIdentifier) |
public LEMSRecordedState getState(IStateIdentifier state)
getState in interface ILEMSResultsContainerpublic ALEMSValue getStateValue(IStateIdentifier state, int timeStep)
getStateValue in interface ILEMSResultsContainerpublic void addState(IStateIdentifier state, String dimension)
addState in interface ILEMSResultsContainerpublic void addStateValue(IStateIdentifier state, ALEMSValue value)
addStateValue in interface ILEMSResultsContainerpublic Map<IStateIdentifier,LEMSRecordedState> getStates()
getStates in interface ILEMSResultsContainerpublic boolean hasState(IStateIdentifier stateIdentifier)
hasState in interface ILEMSResultsContainerCopyright © 2019. All rights reserved.