Uses of Interface
org.lemsml.jlems.api.interfaces.IStateIdentifier
-
Packages that use IStateIdentifier Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces -
-
Uses of IStateIdentifier in org.lemsml.jlems.api
Classes in org.lemsml.jlems.api that implement IStateIdentifier Modifier and Type Class Description class
StateIdentifier
Fields in org.lemsml.jlems.api declared as IStateIdentifier Modifier and Type Field Description private IStateIdentifier
StateRecord. _state
(package private) IStateIdentifier
LEMSRecordedState. _stateIdentifier
Fields in org.lemsml.jlems.api with type parameters of type IStateIdentifier Modifier and Type Field Description private java.util.Map<IStateIdentifier,LEMSRecordedState>
LEMSResultsContainer. _recordedStates
Methods in org.lemsml.jlems.api that return IStateIdentifier Modifier and Type Method Description IStateIdentifier
StateRecord. getState()
Methods in org.lemsml.jlems.api that return types with arguments of type IStateIdentifier Modifier and Type Method Description java.util.Collection<IStateIdentifier>
LEMSSimulator. getAvailableStates()
java.util.Map<IStateIdentifier,LEMSRecordedState>
LEMSResultsContainer. getStates()
Methods in org.lemsml.jlems.api with parameters of type IStateIdentifier Modifier and Type Method Description void
LEMSResultsContainer. addState(IStateIdentifier state, java.lang.String dimension)
void
LEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)
LEMSRecordedState
LEMSResultsContainer. getState(IStateIdentifier state)
ALEMSValue
LEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)
boolean
LEMSResultsContainer. hasState(IStateIdentifier stateIdentifier)
Constructors in org.lemsml.jlems.api with parameters of type IStateIdentifier Constructor Description LEMSRecordedState(IStateIdentifier stateIdentifier, java.lang.String dimension)
StateRecord(IStateIdentifier state)
StateRecord(IStateIdentifier state, int startTimeStep)
StateRecord(IStateIdentifier state, int startTimeStep, int endTimeStep)
-
Uses of IStateIdentifier in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces that return IStateIdentifier Modifier and Type Method Description IStateIdentifier
IStateRecord. getState()
Methods in org.lemsml.jlems.api.interfaces that return types with arguments of type IStateIdentifier Modifier and Type Method Description java.util.Collection<IStateIdentifier>
ILEMSSimulator. getAvailableStates()
java.util.Map<IStateIdentifier,LEMSRecordedState>
ILEMSResultsContainer. getStates()
Methods in org.lemsml.jlems.api.interfaces with parameters of type IStateIdentifier Modifier and Type Method Description void
ILEMSResultsContainer. addState(IStateIdentifier state, java.lang.String dimension)
void
ILEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)
LEMSRecordedState
ILEMSResultsContainer. getState(IStateIdentifier state)
ALEMSValue
ILEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)
boolean
ILEMSResultsContainer. hasState(IStateIdentifier state)
-