Class FactorySimulation
java.lang.Object
Simulation
DESimulation
FactorySimulation
- public class FactorySimulation
- extends DESimulation
FactorySimulation -- set up the whole simulation,
including creation of the Trucks and Distributors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactorySimulation
public FactorySimulation()
getFactory
public FactoryProduct getFactory()
- Accessor for factory
setUp
public void setUp()
- Description copied from class:
Simulation
- setUp the simulation.
Subclasses should call this (via super)
and create agents.
- Overrides:
setUp
in class Simulation