hades.simulator
Class SimulatorSingleStepCommand

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

public class SimulatorSingleStepCommand
extends java.lang.Object
implements SimulatorCommand


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

Constructor Detail

SimulatorSingleStepCommand

public SimulatorSingleStepCommand(SimKernel kernel)
Method Detail

execute

public void execute()
execute this SimulatorSingleStepCommand.

Specified by:
execute in interface SimulatorCommand