Interface DroolsRuleMetadataGenerator
- All Known Implementing Classes:
DefaultDroolsRuleMetadataGenerator
public interface DroolsRuleMetadataGenerator
Implementations for this interface can format metadata to its drools representation.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateMetadata(DroolsRuleGeneratorContext context, String indentation) Generates the metadata for the Drools rule engine.
-
Method Details
-
generateMetadata
Generates the metadata for the Drools rule engine.- Parameters:
context- - the drools rule generator contextindentation- - the indentation- Returns:
- the String representation
-