toggle menu
alchemist
35.0.1
jvm
switch theme
search in API
alchemist-grid
/
it.unibo.alchemist.boundary.grid.config
/
LightInfoGeneralSimulationConfig
Light
Info
General
Simulation
Config
abstract
class
LightInfoGeneralSimulationConfig
:
GeneralSimulationConfig
(
source
)
Abstract simulation config that contains small serializable informations.
Inheritors
RemoteGeneralSimulationConfig
LocalGeneralSimulationConfig
Members
Constructors
Light
Info
General
Simulation
Config
Link copied to clipboard
constructor
(
loader
:
Loader
,
endStep
:
Long
,
endTime
:
Time
)
constructor
(
loader
:
Loader
,
endTime
:
Time
)
constructor
(
loader
:
Loader
)
Properties
end
Step
Link copied to clipboard
val
endStep
:
Long
end
Time
Link copied to clipboard
val
endTime
:
Time
loader
Link copied to clipboard
val
loader
:
Loader
Functions
get
Dependencies
Link copied to clipboard
abstract
fun
getDependencies
(
)
:
Map
<
String
,
Array
<
Byte
>
>