Interface DroolsRuleMetadataGenerator

  • All Known Implementing Classes:
    DefaultDroolsRuleMetadataGenerator

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

      • generateMetadata

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