Package it.unibo.alchemist.grid.simulation

Types

Link copied to clipboard
interface Complexity
An entity which represents a simulation's complexity.
Link copied to clipboard
class ComplexityImpl : Complexity
Complexity implementation.
Link copied to clipboard
interface RemoteResult
Result of RemoteSimulation.
Link copied to clipboard
class RemoteResultImpl : RemoteResult
RemoteResult implementation.
Link copied to clipboard
interface RemoteSimulation<T> : IgniteCallable<RemoteResult>
Alchemist simulation that will be executed in remote cluster's nodes.
Link copied to clipboard
class RemoteSimulationImpl<T, P : Position<P>?> : RemoteSimulation<T>
RemoteSimulation implementation for Apache Ignite.
Link copied to clipboard
interface SimulationSet
Set of configs for remote simulations creation.
Link copied to clipboard
class SimulationSetImpl : SimulationSet
SimulationSet implementation.