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

Deprecated. Use the new WebSphere Process Server Business Rule function.

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

Field Summary
static java.lang.String COPYRIGHT
          Deprecated.  
 
Constructor Summary
AttributeNode()
          Deprecated.  
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AttributeNode

public AttributeNode()
Deprecated.