alchemist
alchemist
/
it.unibo.alchemist.grid.config
/
SimulationConfigImpl
Simulation
Config
Impl
class
SimulationConfigImpl
:
SimulationConfig
Content copied to clipboard
SimulationConfig
implementation.
Constructors
Functions
Properties
Constructors
Simulation
Config
Impl
Link copied to clipboard
open
fun
SimulationConfigImpl
(
variables
:
Map
<
String
,
out
Serializable
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
Content copied to clipboard
get
Variables
Link copied to clipboard
abstract
fun
getVariables
(
)
:
Map
<
String
,
out
Serializable
>
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
variables
Link copied to clipboard
private
val
variables
:
ImmutableMap
<
String
,
out
Serializable
>
Content copied to clipboard