org.almendra.janet.cas.node.interpreters
Class DeregisterNodeFinalInterpreter

java.lang.Object
  extended by org.almendra.janet.cas.node.interpreters.NodeInterpreter
      extended by org.almendra.janet.cas.node.interpreters.DeregisterNodeFinalInterpreter
All Implemented Interfaces:
IInterpreter

public class DeregisterNodeFinalInterpreter
extends NodeInterpreter
implements IInterpreter

Author:
Oliver

Constructor Summary
DeregisterNodeFinalInterpreter()
          Creates a new DeregisterNodeFinalInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeregisterNodeFinalInterpreter

public DeregisterNodeFinalInterpreter()
Creates a new DeregisterNodeFinalInterpreter object.

Method Detail

execute

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

commandNames

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