org.almendra.janet.ade.observer.simulation.interpreters
Class StartInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.observer.interpreters.ObserverInterpreter
      extended by org.almendra.janet.ade.observer.interpreters.StartInterpreter
          extended by org.almendra.janet.ade.observer.simulation.interpreters.StartInterpreter
All Implemented Interfaces:
IInterpreter

public class StartInterpreter
extends StartInterpreter
implements IInterpreter


Constructor Summary
StartInterpreter()
          Creates a new StartInterpreter object.
 
Method Summary
protected  ObserverAnchor getAnchorInstance(SystemApplication application, Logger logger)
           
protected  ObserverAnchorSimulation getSimulatorAnchor(CommandAccessor cmdAccessor)
           
protected  java.lang.String getWorkstationName()
           
protected  void setViewTitle(CommandAccessor cmdAccessor)
           
protected  void startView(CommandAccessor cmdAccessor)
           
 
Methods inherited from class org.almendra.janet.ade.observer.interpreters.StartInterpreter
commandNames, execute, getDescriptorFile, installHandlers, notifyWorkstationName, readDescriptor, setViewTitle, setWorkstationName
 
Methods inherited from class org.almendra.janet.ade.observer.interpreters.ObserverInterpreter
getAnchor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.almendra.janet.cas.scheduling.IInterpreter
commandNames, execute
 

Constructor Detail

StartInterpreter

public StartInterpreter()
Creates a new StartInterpreter object.

Method Detail

setViewTitle

protected void setViewTitle(CommandAccessor cmdAccessor)
Overrides:
setViewTitle in class StartInterpreter

getAnchorInstance

protected ObserverAnchor getAnchorInstance(SystemApplication application,
                                           Logger logger)
Overrides:
getAnchorInstance in class StartInterpreter
Returns:

startView

protected void startView(CommandAccessor cmdAccessor)
Overrides:
startView in class StartInterpreter

getSimulatorAnchor

protected ObserverAnchorSimulation getSimulatorAnchor(CommandAccessor cmdAccessor)

getWorkstationName

protected java.lang.String getWorkstationName()
Overrides:
getWorkstationName in class StartInterpreter
Parameters:
anchor -