Interface DroolsRuleActionsGenerator
-
- All Known Implementing Classes:
DefaultDroolsRuleActionsGenerator
public interface DroolsRuleActionsGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateActions(DroolsRuleGeneratorContext context, java.lang.String indentation)Generates the actions for the Drools rule engine.
-
-
-
Method Detail
-
generateActions
java.lang.String generateActions(DroolsRuleGeneratorContext context, java.lang.String indentation)
Generates the actions for the Drools rule engine.- Parameters:
context- - the drools rule generator contextindentation- - the indentation- Returns:
- actions
-
-