Package org.lemsml.jlems.api.interfaces
Interface ILEMSRunConfiguration
-
- All Known Implementing Classes:
LEMSRunConfiguration
public interface ILEMSRunConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddStateRecord(IStateRecord stateRecord)java.util.List<IStateRecord>getRecordedStates()doublegetRuntime()doublegetTimestep()
-
-
-
Method Detail
-
getTimestep
double getTimestep()
-
getRuntime
double getRuntime()
-
addStateRecord
void addStateRecord(IStateRecord stateRecord)
-
getRecordedStates
java.util.List<IStateRecord> getRecordedStates()
-
-