Interface DroolsRuleMetadataGenerator

All Known Implementing Classes:
DefaultDroolsRuleMetadataGenerator

public interface DroolsRuleMetadataGenerator
Implementations for this interface can format metadata to its drools representation.
  • Method Details

    • generateMetadata

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