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 classLEMSDoubleValueFields in org.lemsml.jlems.api with type parameters of type ALEMSValue Modifier and Type Field Description (package private) java.util.List<ALEMSValue>LEMSRecordedState. _valuesMethods in org.lemsml.jlems.api that return ALEMSValue Modifier and Type Method Description ALEMSValueLEMSRecordedState. getLastValue()ALEMSValueLEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)ALEMSValueLEMSRecordedState. getValue(int timeStep)Methods in org.lemsml.jlems.api with parameters of type ALEMSValue Modifier and Type Method Description voidLEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)voidLEMSRecordedState. 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 ALEMSValueILEMSResultsContainer. getStateValue(IStateIdentifier state, int timeStep)Methods in org.lemsml.jlems.api.interfaces with parameters of type ALEMSValue Modifier and Type Method Description voidILEMSResultsContainer. addStateValue(IStateIdentifier state, ALEMSValue value)
-