Interface RuleActionTranslator
-
- All Known Implementing Classes:
RuleExecutableActionTranslator
public interface RuleActionTranslatorImplementations of this interface are responsible for converting a rule action to the intermediate representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleIrActiontranslate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition)Translates a rule action to the intermediate representation.
-
-
-
Method Detail
-
translate
RuleIrAction translate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition)
Translates a rule action to the intermediate representation.- Parameters:
context- - the compiler contextaction- - the actionactionDefinition- - the action definition- Returns:
- the intermediate representation for the action
-
-