hades.simulator
Class SimulatorScheduleCommand

java.lang.Object
  extended byhades.simulator.SimulatorScheduleCommand
All Implemented Interfaces:
SimulatorCommand

public class SimulatorScheduleCommand
extends java.lang.Object
implements SimulatorCommand


Constructor Summary
SimulatorScheduleCommand(SimKernel kernel, SimEvent event)
           
 
Method Summary
 void execute()
          execute this SimulatorCommand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulatorScheduleCommand

public SimulatorScheduleCommand(SimKernel kernel,
                                SimEvent event)
Method Detail

execute

public void execute()
execute this SimulatorCommand.

Specified by:
execute in interface SimulatorCommand