Interface DroolsRuleMetadataGenerator
-
- All Known Implementing Classes:
DefaultDroolsRuleMetadataGenerator
public interface DroolsRuleMetadataGeneratorImplementations for this interface can format metadata to its drools representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateMetadata(DroolsRuleGeneratorContext context, java.lang.String indentation)Generates the metadata for the Drools rule engine.
-
-
-
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 contextindentation- - the indentation- Returns:
- the String representation
-
-