ILOG JRules

Package ilog.rules.brl.value.descriptor

Contains classes related to value descriptors.

See:
          Description

Interface Summary
IlrDerivedValueDescriptor This interface lets you retrieve a referenced value descriptor from the derived value descriptor.
IlrIFiedValueDescriptor This interface is used to tag Value Descriptor which are build from the concept verbalization and a primitive type, like IlrStringifiedValueDescriptor or IlrNumberifiedValueDescriptor
IlrValueDescriptor Provides a value descriptor to describe a lexical value.
IlrValueDescriptorConstants All the predefined value descriptors.
 

Class Summary
IlrAbstractValueDescriptor Provide a part of the implementation of the interface IlrValueDescriptor.
IlrCharacterValueDescriptor This class implements a value descriptor for character lexical values.
IlrDateValueDescriptor This abstract class provides a part of the IlrValueDescriptor interface for a date lexical value.
IlrDecoratedValueDescriptor Provides a mechanism for decorating an existing value descriptor with a prefix and/or a suffix.
IlrFullDateValueDescriptor A full date value descriptor (date and time).
IlrNumberifiedValueDescriptor Allows you to interpret a Number as another value.
IlrNumberValueDescriptor Provides a number value descriptor (integer and floating point).
IlrShortDateValueDescriptor A short date value descriptor (only date).
IlrStringifiedValueDescriptor Allows you to interpret a literal String as another value.
IlrStringValueDescriptor Provide a value descriptor for lexical strings.
IlrTimeValueDescriptor Provides a time value descriptor.
IlrUniversalDateValueDescriptor Provides a universal date value descriptor (with time zone information).
IlrUniversalTimeValueDescriptor Provides a universal time value descriptor (with time zone information).
IlrValueDescriptorFactory Allows you to retrieve a value descriptor according to a unique key representing it.
IlrValueDescriptorHelper Provides helpers for value descriptors.
 

Package ilog.rules.brl.value.descriptor Description

Contains classes related to value descriptors.

Since:
JRules 6.0

ILOG JRules