nslj.src.cmd
Class NslCmdEndRun

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

public class NslCmdEndRun
extends NslCmd


Constructor Summary
NslCmdEndRun()
          Setup class name and help engine
 
Method Summary
 void execute()
          Executes endRun in the current active model including its child modules
 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

NslCmdEndRun

public NslCmdEndRun()
Setup class name and help engine
Method Detail

printHelp

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

execute

public void execute()
Executes endRun in the current active model including its child modules
Overrides:
execute in class NslCmd

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