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 void
addStateRecord(IStateRecord stateRecord)
java.util.List<IStateRecord>
getRecordedStates()
double
getRuntime()
double
getTimestep()
-
-
-
Method Detail
-
getTimestep
double getTimestep()
-
getRuntime
double getRuntime()
-
addStateRecord
void addStateRecord(IStateRecord stateRecord)
-
getRecordedStates
java.util.List<IStateRecord> getRecordedStates()
-
-