-
- All Implemented Interfaces:
-
it.unibo.alchemist.grid.config.GeneralSimulationConfig,java.io.Serializable
public abstract class LightInfoGeneralSimulationConfig implements GeneralSimulationConfig
Abstract simulation config that contains small serializable informations.
-
-
Constructor Summary
Constructors Constructor Description LightInfoGeneralSimulationConfig(Loader loader, long endStep, Time endTime)LightInfoGeneralSimulationConfig(Loader loader, Time endTime)LightInfoGeneralSimulationConfig(Loader loader)
-
Method Summary
Modifier and Type Method Description final longgetEndStep()final TimegetEndTime()final LoadergetLoader()abstract Map<String, Array<byte>>getDependencies()-
-
Constructor Detail
-
LightInfoGeneralSimulationConfig
LightInfoGeneralSimulationConfig(Loader loader, long endStep, Time endTime)
- Parameters:
loader- Simulation's loaderendStep- Simulation's end stependTime- Simulation's end time
-
LightInfoGeneralSimulationConfig
LightInfoGeneralSimulationConfig(Loader loader, Time endTime)
- Parameters:
loader- Simulation's loaderendTime- Simulation's end time
-
LightInfoGeneralSimulationConfig
LightInfoGeneralSimulationConfig(Loader loader)
- Parameters:
loader- Simulation's loader
-
-
Method Detail
-
getEndStep
final long getEndStep()
-
getEndTime
final Time getEndTime()
-
getDependencies
abstract Map<String, Array<byte>> getDependencies()
-
-
-
-