Uses of Class
org.lemsml.jlems.api.ALEMSValue
-
Packages that use ALEMSValue Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces -
-
Uses of ALEMSValue in org.lemsml.jlems.api
Subclasses of ALEMSValue in org.lemsml.jlems.api Modifier and Type Class Description class
LEMSDoubleValue
Fields in org.lemsml.jlems.api with type parameters of type ALEMSValue Modifier and Type Field Description (package private) java.util.List<ALEMSValue>
LEMSRecordedState. _values
Methods in org.lemsml.jlems.api that return ALEMSValue Modifier and Type Method Description ALEMSValue
LEMSRecordedState. getLastValue()
ALEMSValue
LEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)
ALEMSValue
LEMSRecordedState. getValue(int timeStep)
Methods in org.lemsml.jlems.api with parameters of type ALEMSValue Modifier and Type Method Description void
LEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)
void
LEMSRecordedState. addValue(ALEMSValue value)
-
Uses of ALEMSValue in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces that return ALEMSValue Modifier and Type Method Description ALEMSValue
ILEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)
Methods in org.lemsml.jlems.api.interfaces with parameters of type ALEMSValue Modifier and Type Method Description void
ILEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)
-