public interface DroolsRuleConditionsGenerator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateConditions(DroolsRuleGeneratorContext context,
java.lang.String indentation)
Generates the conditions for the Drools rule engine.
|
java.lang.String |
generateRequiredFactsCheckPattern(DroolsRuleGeneratorContext context)
Generates the required facts check pattern for the rule's LHS
|
java.lang.String generateConditions(DroolsRuleGeneratorContext context, java.lang.String indentation)
context - - the drools rule generator contextindentation - - the indentationjava.lang.String generateRequiredFactsCheckPattern(DroolsRuleGeneratorContext context)
context - - the drools rule generator contextCopyright © 2018 SAP SE. All Rights Reserved.