jess
Interface NodeSink

All Known Implementing Classes:
HasLHS

public interface NodeSink


Method Summary
 void addNode(Node n)
           
 java.lang.String listNodes()
          Return a string (useful for debugging) describing all the Rete network nodes connected to this construct.
 

Method Detail

listNodes

public java.lang.String listNodes()
Return a string (useful for debugging) describing all the Rete network nodes connected to this construct.

Returns:
A textual description of all the nodes used by this construct

addNode

public void addNode(Node n)
             throws JessException
Throws:
JessException

© 2001 E.J. Friedman-Hill and Sandia Corporation