Interface DroolsRuleActionsGenerator
- All Known Implementing Classes:
DefaultDroolsRuleActionsGenerator
public interface DroolsRuleActionsGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongenerateActions(DroolsRuleGeneratorContext context, String indentation) Generates the actions for the Drools rule engine.
-
Method Details
-
generateActions
Generates the actions for the Drools rule engine.- Parameters:
context- - the drools rule generator contextindentation- - the indentation- Returns:
- actions
-