Interface RuleTargetCodeGenerator
-
- All Known Implementing Classes:
DefaultDroolsRuleTargetCodeGenerator,NoOpRuleTargetCodeGenerator
public interface RuleTargetCodeGeneratorImplementations of this interface are responsible for converting from the intermediate representation to a rule engine specific format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerate(RuleCompilerContext context, RuleIr ruleIr)Generates the rule engine specific code from the intermediate representation.
-
-
-
Method Detail
-
generate
void generate(RuleCompilerContext context, RuleIr ruleIr)
Generates the rule engine specific code from the intermediate representation.- Parameters:
context- - the rule compiler contextruleIr- - the intermediate representation
-
-