ILOG JRules

Package ilog.rules.brl.syntaxtree

Contains classes related to the business rule language Abstract Syntax Tree.

See:
          Description

Interface Summary
IlrSyntaxTree.NodeTester Specifies a filter for an IlrSyntaxTree.Iterator.
IlrSyntaxTree.Visitor A visitor interface for syntax nodes.
 

Class Summary
IlrSyntaxTree Implements the abstract syntax tree representing the current state of a BRLDF defined rule instance.
IlrSyntaxTree.Iterator An iterator which iterates over the nodes of a syntax tree.
IlrSyntaxTree.NameTester Implements IlrSyntaxTree.NodeTester.
IlrSyntaxTreeHelper This class is a helper class that provides API to manipulate a syntax tree.
 

Exception Summary
IlrNodePathError An error thrown by IlrSyntaxTree.getNodeFromPath(String), when the path is incorrect, or not well-formed.
 

Package ilog.rules.brl.syntaxtree Description

Contains classes related to the business rule language Abstract Syntax Tree.


ILOG JRules