ILOG JRules

Package ilog.rules.brl.brldf

Contains classes related to the the definition of new business rule languages with the Business Rule Language Definition Framework (BRLDF).

See:
          Description

Interface Summary
IlrBRLGrammarContext This interface groups information.
IlrBRLVariable Represents variables in an Abstract Syntax Tree (AST).
IlrBRLVariableProvider This interface specifies a variable provider.
IlrBRLVariableProvider.Visitor This interface specifies a variable visitor.
IlrTypeInfo Groups information about a type specification: a concept and a cardinality.
IlrVocabularyCache Interface for holding the vocabulary cache used by IlrSentencesChoices.
 

Class Summary
IlrBRLCompositeVariableProvider This class composes two given variable providers by combining variables coming from these providers.
IlrBRLDefinition Represents the definition of a business rule language which is locale-specific.
IlrBRLDefinitions Contains all the business rule language definitions currently loaded.
IlrBRLGrammar This class represents the structure of a BRL defitinition.
IlrBRLGrammar.Node This class represents a node of the grammar specified in a BRL definition.
IlrBRLVariableHelper A helper for BRL variables and variable providers.
 

Exception Summary
IlrBRLGrammarError The class for errors thrown by instances of IlrBRLDefinition while reading the grammar definition files.
 

Package ilog.rules.brl.brldf Description

Contains classes related to the the definition of new business rule languages with the Business Rule Language Definition Framework (BRLDF).


ILOG JRules