nslj.src.cmd
Class NslCmdInitRunEpoch

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

public class NslCmdInitRunEpoch
extends NslCmd


Constructor Summary
NslCmdInitRunEpoch()
          Setup class name and help engine
 
Method Summary
 void execute()
          Initialize 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

NslCmdInitRunEpoch

public NslCmdInitRunEpoch()
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()
Initialize 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