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 ILEMSResultsContainer
public ALEMSValue getStateValue(IStateIdentifier state, int timeStep)
getStateValue
in interface ILEMSResultsContainer
public void addState(IStateIdentifier state, String dimension)
addState
in interface ILEMSResultsContainer
public void addStateValue(IStateIdentifier state, ALEMSValue value)
addStateValue
in interface ILEMSResultsContainer
public Map<IStateIdentifier,LEMSRecordedState> getStates()
getStates
in interface ILEMSResultsContainer
public boolean hasState(IStateIdentifier stateIdentifier)
hasState
in interface ILEMSResultsContainer
Copyright © 2019. All rights reserved.