Interface RuleTargetCodeGenerator
- All Known Implementing Classes:
DefaultDroolsRuleTargetCodeGenerator,NoOpRuleTargetCodeGenerator
public interface RuleTargetCodeGenerator
Implementations of this interface are responsible for converting from the intermediate representation to a rule
engine specific format.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(RuleCompilerContext context, RuleIr ruleIr) Generates the rule engine specific code from the intermediate representation.
-
Method Details
-
generate
Generates the rule engine specific code from the intermediate representation.- Parameters:
context- - the rule compiler contextruleIr- - the intermediate representation
-