jess
Class Node

java.lang.Object
  |
  +--jess.Node
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HasLHS

public abstract class Node
extends java.lang.Object
implements java.io.Serializable

(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories

Author:
Ernest J. Friedman-Hill
See Also:
Serialized Form

Field Summary
static int LEFT
           
 int m_usecount
          How many rules use me?
static int RIGHT
           
 
Constructor Summary
Node()
           
 
Method Summary
 void addJessListener(JessListener jel)
           
 java.util.Enumeration getSuccessors()
          Constructor
 void removeJessListener(JessListener jel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final int LEFT

RIGHT

public static final int RIGHT

m_usecount

public int m_usecount
How many rules use me?
Constructor Detail

Node

public Node()
Method Detail

getSuccessors

public java.util.Enumeration getSuccessors()
Constructor

addJessListener

public void addJessListener(JessListener jel)

removeJessListener

public void removeJessListener(JessListener jel)
Parameters:
jel -  

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