ILOG JRules

Package ilog.rules.brl.semantic

Contains classes for managing the semantics of business rule languages.

See:
          Description

Interface Summary
IlrBRLLeadingSemanticFilter The filter that is applied when a sentence or an expression is being predicted , and that sentence or expression has a leading role or element.
IlrBRLSemanticFilter The filter to apply when a prediction is required.
IlrBRLSemanticFilterExtension Extends the semantic filter interface IlrBRLSemanticFilter with the possibility to filter elements in the grammar construction.
 

Class Summary
IlrBRLSemanticAction Represents the action to be applied to an Abstract Syntax Tree (AST) node when the Abstract Syntax Tree is being built.
IlrBRLSemanticCheckerFactory Retrieves a semantic action and semantic filter using a unique key that represents the semantic checkers.
IlrBRLSemanticContext Represents the semantic context associated with a business rule language parser.
IlrBRLSemanticContextExtension Represents the semantic context extension of a business rule language.
IlrBRLSemanticFilterAdapter Represent a default implementation of a semantic filter that always returns true for all type of predictions.
 

Package ilog.rules.brl.semantic Description

Contains classes for managing the semantics of business rule languages.

Since:
JRules 6.0

ILOG JRules