Uses of Class
org.lemsml.jlems.api.LEMSRecordedState
-
Packages that use LEMSRecordedState Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces -
-
Uses of LEMSRecordedState in org.lemsml.jlems.api
Fields in org.lemsml.jlems.api with type parameters of type LEMSRecordedState Modifier and Type Field Description private java.util.Map<IStateIdentifier,LEMSRecordedState>
LEMSResultsContainer. _recordedStates
Methods in org.lemsml.jlems.api that return LEMSRecordedState Modifier and Type Method Description LEMSRecordedState
LEMSResultsContainer. getState(IStateIdentifier state)
Methods in org.lemsml.jlems.api that return types with arguments of type LEMSRecordedState Modifier and Type Method Description java.util.Map<IStateIdentifier,LEMSRecordedState>
LEMSResultsContainer. getStates()
-
Uses of LEMSRecordedState in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces that return LEMSRecordedState Modifier and Type Method Description LEMSRecordedState
ILEMSResultsContainer. getState(IStateIdentifier state)
Methods in org.lemsml.jlems.api.interfaces that return types with arguments of type LEMSRecordedState Modifier and Type Method Description java.util.Map<IStateIdentifier,LEMSRecordedState>
ILEMSResultsContainer. getStates()
-