logist.simulation
Class Simulation
java.lang.Object
logist.simulation.Simulation
public class Simulation
- extends java.lang.Object
Simulates the actions of all agents in one round. In GUI mode the simulation
is drawn on the screen.
- Author:
- Robin Steiger
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Simulation
public Simulation(Context sim,
java.util.List<AgentImpl> agents,
History history)
run
public void run(boolean gui)
close
public void close()
isRoundFinished
public boolean isRoundFinished()
step
public void step(long nanos)
getVehicles
public java.util.List<VehicleImpl> getVehicles()
getSettings
public LogistSettings getSettings()
getTopology
public Topology getTopology()