Package com.ibm.websphere.brb.query

Class Summary
AbstractDateNode A common interface for querying rule attributes that represent a date.
AbstractIntegerNode A common interface for querying rule attributes that represent an integer.
AbstractStringNode A common interface for querying rule attributes that represent a string.
AndNode Represents a logical and for a query.
AttributeNode A common interface for nodes that represent a queryable attribute of a rule.
BusinessIntentNode Allows the businessIntent attribute of a rule to be queried.
ClassificationNode Allows the classification attribute of a rule to be queried.
ClassifierNode Allows the classifier attribute of a rule to be queried.
DependentRulesNode Allows the dependentRules attribute of a rule to be queried.
DescriptionNode Allows the description attribute of a rule to be queried.
EndDateNode Allows the endDate attribute of a rule to be queried.
FiringLocationNode Allows the firingLocation attribute of a rule to be queried.
FiringParametersNode Allows the firingParameters attribute of a rule to be queried.
JavaRuleImplementorNameNode Allows the javaRuleImplementorName attribute of a rule to be queried.
LogicalOpNode An abstract class representing a logical operator node for a query such as an and or or.
OriginalRequirementNode Allows the originalRequirement attribute of a rule to be queried.
OrNode Represents a logical or for a query.
PrecedenceNode Allows the precedence attribute of a rule to be queried.
QueryNode This abstract class represents a node for a query.
ReadyNode Allows the ready attribute of a rule to be queried.
RuleNameNode Allows the ruleName attribute of a rule to be queried.
StartDateNode Allows the startDate attribute of a rule to be queried.
UserDefinedDataNode Allows the userDefinedData attribute of a rule to be queried.