public interface RuleActionsTranslator
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RuleIrAction> |
translate(RuleCompilerContext context,
java.util.List<RuleActionData> actions)
Translates generic rule actions to the intermediate representation.
|
void |
validate(RuleCompilerContext context,
java.util.List<RuleActionData> actions)
Validates the generic rule actions.
|
void validate(RuleCompilerContext context, java.util.List<RuleActionData> actions)
context - - the rule compiler contextactions - - the actionsjava.util.List<RuleIrAction> translate(RuleCompilerContext context, java.util.List<RuleActionData> actions)
context - - the rule compiler contextactions - - the actionsCopyright © 2018 SAP SE. All Rights Reserved.