Interface GeneralSimulationConfig
-
- All Implemented Interfaces:
-
java.io.Serializable
public interface GeneralSimulationConfig implements Serializable
Simulation's configs valid for more than one simulation.
-
-
Method Summary
Modifier and Type Method Description abstract Loader
getLoader()
abstract Map<String, Array<byte>>
getDependencies()
abstract long
getEndStep()
abstract Time
getEndTime()
-
-
Method Detail
-
getDependencies
abstract Map<String, Array<byte>> getDependencies()
- Returns:
Map with dependencies files path as key and their content as value
-
getEndStep
abstract long getEndStep()
- Returns:
Simulation's end step
-
getEndTime
abstract Time getEndTime()
- Returns:
Simulation's end time
-
-
-
-