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