|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjess.Node
jess.HasLHS
Parent class of Defrules and Defqueries.
(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
Field Summary |
Fields inherited from class jess.Node |
LEFT, m_usecount, RIGHT |
Method Summary | |
abstract java.lang.Object |
accept(Visitor jv)
|
void |
addNode(Node n)
|
ConditionalElement |
getConditionalElements()
Consider this ConditionalElement to be READ ONLY! |
java.lang.String |
getDisplayName()
Fetch the display name of this construct |
java.lang.String |
getDocstring()
Get the documentation string for this construct. |
int |
getGroupSize()
Fetch the number of elenments on the LHS of this construct. |
java.lang.String |
getModule()
|
java.lang.String |
getName()
Fetch the name of this construct |
int |
getNodeIndexHash()
Get the node-index-hash setting of this construct. |
int |
getPatternCount()
|
java.lang.String |
listNodes()
Return a string (useful for debugging) describing all the Rete network nodes connected to this construct. |
void |
setNodeIndexHash(int h)
Set the node-index-hash of this construct. |
Methods inherited from class jess.Node |
addJessListener, getSuccessors, removeJessListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getGroupSize()
public ConditionalElement getConditionalElements()
public java.lang.String listNodes()
listNodes
in interface NodeSink
public int getPatternCount()
public void addNode(Node n) throws JessException
addNode
in interface NodeSink
JessException
public void setNodeIndexHash(int h)
h
- The node index hash valuepublic int getNodeIndexHash()
public final java.lang.String getName()
getName
in interface Modular
public java.lang.String getDisplayName()
public final java.lang.String getDocstring()
public abstract java.lang.Object accept(Visitor jv)
accept
in interface Visitable
public java.lang.String getModule()
getModule
in interface Modular
|
© 2001 E.J. Friedman-Hill and Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |