com.ibm.websphere.brb.query
Class AttributeNode

java.lang.Object
  extended bycom.ibm.websphere.brb.query.QueryNode
      extended bycom.ibm.websphere.brb.query.AttributeNode
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractDateNode, AbstractIntegerNode, AbstractStringNode, ClassifierNode, FiringLocationNode, FiringParametersNode, ReadyNode

public abstract class AttributeNode
extends QueryNode

A common interface for nodes that represent a queryable attribute of a rule. There are two types of QueryNodes, nodes that represent an attribute of the rule and nodes that represent a logical operator such as a logical AND or OR.

See Also:
Serialized Form

Constructor Summary
AttributeNode()
           
 
Methods inherited from class com.ibm.websphere.brb.query.QueryNode
getWhereClause, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeNode

public AttributeNode()