Class Summary |
ReadyNode | Allows the ready 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. |
EndDateNode | Allows the endDate attribute of a rule to be queried. |
OrNode | Represents a logical or for a query. |
OriginalRequirementNode | Allows the originalRequirement attribute of a rule to be queried. |
AbstractIntegerNode | A common interface for querying rule attributes that
represent an integer. |
PrecedenceNode | Allows the precedence attribute of a rule to be queried. |
AndNode | Represents a logical and for a query. |
UserDefinedDataNode | Allows the userDefinedData attribute of a rule to be queried. |
ClassificationNode | Allows the classification attribute of a rule to be queried. |
BusinessIntentNode | Allows the businessIntent attribute of a rule to be queried. |
ClassifierNode | Allows the classifier attribute of a rule to be queried. |
StartDateNode | Allows the startDate attribute of a rule to be queried. |
RuleNameNode | Allows the ruleName attribute of a rule to be queried. |
FiringLocationNode | Allows the firingLocation attribute of a rule to be queried. |
AbstractDateNode | A common interface for querying rule attributes that
represent a date. |
AttributeNode | A common interface for nodes that represent a queryable attribute of a rule. |
AbstractStringNode | A common interface for querying rule attributes that
represent a string. |
DescriptionNode | Allows the description 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 . |
DependentRulesNode | Allows the dependentRules attribute of a rule to be queried. |
QueryNode | This abstract class represents a node for a query. |