Class LocalGeneralSimulationConfig
-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.grid.config.GeneralSimulationConfig
,java.io.Serializable
public final class LocalGeneralSimulationConfig extends LightInfoGeneralSimulationConfig
Local GeneralSimulationConfig that contains all information in local memory.
-
-
Constructor Summary
Constructors Constructor Description LocalGeneralSimulationConfig(Loader loader, long endStep, Time endTime)
LocalGeneralSimulationConfig(Loader loader, Time endTime)
-
Method Summary
Modifier and Type Method Description Map<String, Array<byte>>
getDependencies()
-
-
Method Detail
-
getDependencies
Map<String, Array<byte>> getDependencies()
- Returns:
Map with dependencies files path as key and their content as value
-
-
-
-