jess
Class Defquery

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

public class Defquery
extends HasLHS
implements java.io.Serializable

Class used to represent Defqueries. These are constructed by the parser.

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

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

Fields inherited from class jess.Node
LEFT, m_usecount, RIGHT
 
Method Summary
 boolean callNodeLeft(Token token)
          Recieve satisfied queries
 
Methods inherited from class jess.HasLHS
getDisplayName, getDocstring, getName, getNodeIndexHash, getNPatterns, getPattern, listNodes, setNodeIndexHash, toString
 
Methods inherited from class jess.Node
addJessListener, getSuccessors, removeJessListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

callNodeLeft

public boolean callNodeLeft(Token token)
                     throws JessException
Recieve satisfied queries
Parameters:
token -  
callType -  
Returns:
 
Throws:
JessException -  

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