public interface RuleActionTranslator
| Modifier and Type | Method and Description |
|---|---|
RuleIrAction |
translate(RuleCompilerContext context,
RuleActionData action,
RuleActionDefinitionData actionDefinition)
Translates a rule action to the intermediate representation.
|
RuleIrAction translate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition) throws RuleCompilerException
context - - the compiler contextaction - - the actionactionDefinition - - the action definitionRuleCompilerException - if an error occurs during the translation processCopyright © 2017 SAP SE. All Rights Reserved.