nslj.src.cmd
Class NslCmdDoRunEpochTimes

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

public class NslCmdDoRunEpochTimes
extends NslCmd


Constructor Summary
NslCmdDoRunEpochTimes()
          Setup class name and help engine
 
Method Summary
 void execute()
          Start to run the model in the current context until simulation end time is reached.
 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

NslCmdDoRunEpochTimes

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

printHelp

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

execute

public void execute()
Start to run the model in the current context until simulation end time is reached. It will recursively call the child modules to run.
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