org.almendra.janet.ade.demo.fibonacci
Class StartInterpreter
java.lang.Object
org.almendra.janet.ade.demo.fibonacci.StartInterpreter
- All Implemented Interfaces:
- IInterpreter
public class StartInterpreter
- extends java.lang.Object
- implements IInterpreter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartInterpreter
public StartInterpreter()
- Creates a new
StartInterpreter
object.
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