ILOG JRules

Package ilog.rules.brl.translation.codegen

Contains classes related to code generation in the IRL translation framework for business rules.

See:
          Description

Interface Summary
IlrCodeGenerator Interface for Code Generators.
IlrCodeGeneratorExtender This class is dedicated to code generation extension.
IlrMemberTranslator  
IlrValueTranslator Interface of value translators.
IlrValueTranslatorExtension An interface for extended value translators.
 

Class Summary
IlrAbstractCodeGenerator Generic base class for Code Generators.
IlrAbstractValueTranslator Abstract implementation of IlrValueTranslatorExtension.
IlrBOMBasedCodeGenerator Base Class for BOM Based code generators.
IlrCharacterTranslator Value Translator for character value type.
IlrIRLBigNumberMemberTranslator  
IlrIRLCastStringValueTranslator Prints a cast of the value using a provided concept.
IlrIRLCastValueTranslator Prints a cast of the value using a provided concept.
IlrIRLCodeGenerator Code generator for the ILOG Rule Language.
IlrIRLDateTranslator Value translator for date related types.
IlrIRLNumberMemberTranslator  
IlrIRLTimeTranslator Value translator for time related types.
IlrIRLUniversalDateTranslator Value translator for universal date.
IlrIRLYearTranslator Value translator for year related types.
IlrStringTranslator Value translator for strings.
IlrValueTranslatorAdapter Abstract base class for the value translator adapter.
 

Package ilog.rules.brl.translation.codegen Description

Contains classes related to code generation in the IRL translation framework for business rules.

Since:
JRules 6.0

ILOG JRules