nslj.src.cmd
Class NslCmdStepModule

java.lang.Object
  |
  +--nslj.src.cmd.NslCmd
        |
        +--nslj.src.cmd.NslCmdStepModule

public class NslCmdStepModule
extends NslCmd


Constructor Summary
NslCmdStepModule()
           
 
Method Summary
 void execute()
          Run the model in the current context for a single step.
 void execute(int steps)
           
 void execute(java.util.StringTokenizer st)
          Execute command with a list of parameters
 void printHelp()
          Print complex help on standard out
 
Methods inherited from class nslj.src.cmd.NslCmd
getHelpString, nslGetName, nslSetSystem, printHelpString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NslCmdStepModule

public NslCmdStepModule()
Method Detail

printHelp

public void printHelp()
Print complex help on standard out
Overrides:
printHelp in class NslCmd

execute

public void execute()
Run the model in the current context for a single step. It will recursively call the child modules to run.
Overrides:
execute in class NslCmd

execute

public void execute(int steps)

execute

public void execute(java.util.StringTokenizer st)
Description copied from class: NslCmd
Execute command with a list of parameters
Overrides:
execute in class NslCmd