Uses of Interface
org.lemsml.jlems.api.interfaces.IStateRecord
-
Packages that use IStateRecord Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces -
-
Uses of IStateRecord in org.lemsml.jlems.api
Classes in org.lemsml.jlems.api that implement IStateRecord Modifier and Type Class Description classStateRecordFields in org.lemsml.jlems.api with type parameters of type IStateRecord Modifier and Type Field Description private java.util.List<IStateRecord>LEMSRunConfiguration. _statesToRecordMethods in org.lemsml.jlems.api that return types with arguments of type IStateRecord Modifier and Type Method Description java.util.List<IStateRecord>LEMSRunConfiguration. getRecordedStates()Methods in org.lemsml.jlems.api with parameters of type IStateRecord Modifier and Type Method Description voidLEMSRunConfiguration. addStateRecord(IStateRecord stateRecord) -
Uses of IStateRecord in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces that return types with arguments of type IStateRecord Modifier and Type Method Description java.util.List<IStateRecord>ILEMSRunConfiguration. getRecordedStates()Methods in org.lemsml.jlems.api.interfaces with parameters of type IStateRecord Modifier and Type Method Description voidILEMSRunConfiguration. addStateRecord(IStateRecord stateRecord)
-