org.almendra.janet.ade.demo.fibonacci
Class StartInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.demo.fibonacci.StartInterpreter
All Implemented Interfaces:
IInterpreter

public class StartInterpreter
extends java.lang.Object
implements IInterpreter


Constructor Summary
StartInterpreter()
          Creates a new StartInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
protected  java.util.Set getAllNodesNamesWithCapability(CommandAccessor cmdAccessor)
           
protected  void setNodeViewsRegistry(CommandAccessor cmdAccessor, java.util.Map allApplicationObjects, java.util.Set nodeNames)
           
protected  java.util.Map storeApplicationObjects(CommandAccessor cmdAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartInterpreter

public StartInterpreter()
Creates a new StartInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)
Specified by:
execute in interface IInterpreter

setNodeViewsRegistry

protected void setNodeViewsRegistry(CommandAccessor cmdAccessor,
                                    java.util.Map allApplicationObjects,
                                    java.util.Set nodeNames)
Parameters:
cmdAccessor -
descriptor -

getAllNodesNamesWithCapability

protected java.util.Set getAllNodesNamesWithCapability(CommandAccessor cmdAccessor)
Parameters:
cmdAccessor -
Returns:

storeApplicationObjects

protected java.util.Map storeApplicationObjects(CommandAccessor cmdAccessor)
Parameters:
cmdAccessor -

commandNames

public StringVector commandNames()
Specified by:
commandNames in interface IInterpreter