public interface RuleConditionsTranslator
| Modifier and Type | Method and Description |
|---|---|
List<RuleIrCondition> |
translate(RuleCompilerContext context,
List<RuleConditionData> conditions)
Translates generic rule conditions to the intermediate representation.
|
void |
validate(RuleCompilerContext context,
List<RuleConditionData> conditions)
Validates the generic rule conditions.
|
void validate(RuleCompilerContext context, List<RuleConditionData> conditions) throws RuleCompilerException
context - - the rule compiler contextconditions - - the conditionsRuleCompilerException - in case of invalid rule conditionList<RuleIrCondition> translate(RuleCompilerContext context, List<RuleConditionData> conditions) throws RuleCompilerException
context - - the rule compiler contextconditions - - the conditionsRuleCompilerException - if an error occurs during the translation processCopyright © 2017 SAP SE. All Rights Reserved.