Package org.see.skf.util.models
Class ExecutionConfiguration
java.lang.Object
org.see.skf.core.PropertyChangeSubject
org.see.skf.util.models.ExecutionConfiguration
- All Implemented Interfaces:
Serializable
Representation of the ExecutionConfiguration object class in the SpaceFOM.
- Since:
- 1.5
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe mode for running the federation execution. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdoubledoubledoublevoidsetCurrentExecutionMode(ExecutionConfiguration.ExecutionMode currentExecutionMode) voidsetLeastCommonTimeStep(long leastCommonTimeStep) voidsetNextExecutionMode(ExecutionConfiguration.ExecutionMode nextExecutionMode) voidsetNextModeCTETime(double nextModeCTETime) voidsetNextModeScenarioTime(double nextModeScenarioTime) voidsetRootFrameName(String rootFrameName) voidsetScenarioTimeEpoch(double scenarioTimeEpoch) Methods inherited from class org.see.skf.core.PropertyChangeSubject
addPropertyListener, notifyListeners, removePropertyListener
-
Constructor Details
-
ExecutionConfiguration
public ExecutionConfiguration()
-
-
Method Details
-
getLeastCommonTimeStep
public long getLeastCommonTimeStep() -
setLeastCommonTimeStep
public void setLeastCommonTimeStep(long leastCommonTimeStep) -
getRootFrameName
-
setRootFrameName
-
getScenarioTimeEpoch
public double getScenarioTimeEpoch() -
setScenarioTimeEpoch
public void setScenarioTimeEpoch(double scenarioTimeEpoch) -
getCurrentExecutionMode
-
setCurrentExecutionMode
-
getNextExecutionMode
-
setNextExecutionMode
-
getNextModeScenarioTime
public double getNextModeScenarioTime() -
setNextModeScenarioTime
public void setNextModeScenarioTime(double nextModeScenarioTime) -
getNextModeCTETime
public double getNextModeCTETime() -
setNextModeCTETime
public void setNextModeCTETime(double nextModeCTETime)
-