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 classStateIdentifierFields in org.lemsml.jlems.api declared as IStateIdentifier Modifier and Type Field Description private IStateIdentifierStateRecord. _state(package private) IStateIdentifierLEMSRecordedState. _stateIdentifierFields in org.lemsml.jlems.api with type parameters of type IStateIdentifier Modifier and Type Field Description private java.util.Map<IStateIdentifier,LEMSRecordedState>LEMSResultsContainer. _recordedStatesMethods in org.lemsml.jlems.api that return IStateIdentifier Modifier and Type Method Description IStateIdentifierStateRecord. 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 voidLEMSResultsContainer. addState(IStateIdentifier state, java.lang.String dimension)voidLEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)LEMSRecordedStateLEMSResultsContainer. getState(IStateIdentifier state)ALEMSValueLEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)booleanLEMSResultsContainer. 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 IStateIdentifierIStateRecord. 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 voidILEMSResultsContainer. addState(IStateIdentifier state, java.lang.String dimension)voidILEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)LEMSRecordedStateILEMSResultsContainer. getState(IStateIdentifier state)ALEMSValueILEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)booleanILEMSResultsContainer. hasState(IStateIdentifier state)
-