ILOG JRules

Package ilog.rules.brl.value.info

Contains classes related to value info, value providers, and value checkers.

See:
          Description

Interface Summary
IlrValueChecker Allows checking the usage of a literal value at a specific place in the rule, and provides a mechanism to report an error.
IlrValueInfo A value info provides a way to describe a value when it is used in the placeholder of a phrase.
IlrValueProvider An interface to value providers for enumerated values that use a tree structure.
 

Class Summary
IlrAbstractValueProvider Provide a part of the implementation of the interface IlrValueProvider, and a flat predefined set of values.
IlrConstraintValueChecker  
IlrDefaultValueInfo A default implementation of a value info that allows you to set value descriptors, providers, checkers, and so on.
IlrValueError Reports errors on value checking.
IlrValueInfoFactory Retrieves a value info with a unique key that represents this value info.
 

Package ilog.rules.brl.value.info Description

Contains classes related to value info, value providers, and value checkers.

Since:
JRules 6.0

ILOG JRules