Class SimulationSurrogate
-
- All Implemented Interfaces:
public final class SimulationSurrogate<T extends Object, P extends Position<out P>> extends GraphQLSurrogate<Simulation<T, P>>
A surrogate for Simulation.
-
-
Field Summary
Fields Modifier and Type Field Description private final Simulation<T, P>
origin
-
Constructor Summary
Constructors Constructor Description SimulationSurrogate(Simulation<T, P> origin)
-
Method Summary
Modifier and Type Method Description Simulation<T, P>
getOrigin()
final String
status()
The time of the simulation. final Double
time()
The time of the simulation. final EnvironmentSurrogate<T, P>
environment()
The environment of the simulation. -
-
Constructor Detail
-
SimulationSurrogate
SimulationSurrogate(Simulation<T, P> origin)
-
-
Method Detail
-
getOrigin
Simulation<T, P> getOrigin()
-
environment
final EnvironmentSurrogate<T, P> environment()
The environment of the simulation.
-
-
-
-