org.zilonis.network.production
Class ActionNode

java.lang.Object
  extended by org.zilonis.network.production.ActionNode
All Implemented Interfaces:
LeftActivatable

public class ActionNode
extends java.lang.Object
implements LeftActivatable


Constructor Summary
ActionNode(Rete network, Action action)
           
 
Method Summary
 int getPriority()
           
 void leftActivate(Scope scope, Token token)
           
 java.lang.String toString(Scope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNode

public ActionNode(Rete network,
                  Action action)
Method Detail

getPriority

public int getPriority()

leftActivate

public void leftActivate(Scope scope,
                         Token token)
Specified by:
leftActivate in interface LeftActivatable

toString

public java.lang.String toString(Scope scope)
Specified by:
toString in interface LeftActivatable