swarm.simtoolsgui
Class ControlPanelCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.simtoolsgui.ControlPanelCImpl

public class ControlPanelCImpl
extends PhaseCImpl
implements SwarmObjectS, SwarmObjectC, ControlPanelS

Class to control the top level SwarmProcess. ControlPanel keeps track of the users requests to run, stop, quit, or time step the simulation. It cooperates with the GUISwarm to control the execution of activities in Swarm.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ControlPanelCImpl()
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlPanelCImpl

public ControlPanelCImpl()