|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jess.Node
Parent class of all nodes of the Rete network. It's unlikely that you'll use this class unless you're building tools.
(C) 2005 Sandia National Laboratories
Field Summary | |
static int |
LEFT
|
static int |
RIGHT
|
Constructor Summary | |
Node()
|
Method Summary | |
void |
addJessListener(JessListener jel)
|
java.util.Enumeration |
getSuccessors()
|
void |
removeJessListener(JessListener jel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LEFT
public static final int RIGHT
Constructor Detail |
public Node()
Method Detail |
public java.util.Enumeration getSuccessors()
public void addJessListener(JessListener jel)
public void removeJessListener(JessListener jel)
jel
-
|
© 2006 Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |