-
- 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 LoadergetLoader()abstract Map<String, Array<byte>>getDependencies()abstract longgetEndStep()abstract TimegetEndTime()-
-
Method Detail
-
getDependencies
abstract Map<String, Array<byte>> getDependencies()
-
getEndStep
abstract long getEndStep()
-
getEndTime
abstract Time getEndTime()
-
-
-
-