Interface DroolsRuleActionsGenerator

All Known Implementing Classes:
DefaultDroolsRuleActionsGenerator

public interface DroolsRuleActionsGenerator
  • Method Details

    • generateActions

      String generateActions(DroolsRuleGeneratorContext context, String indentation)
      Generates the actions for the Drools rule engine.
      Parameters:
      context - - the drools rule generator context
      indentation - - the indentation
      Returns:
      actions