Package org.drools.template.model
Interface DRLJavaEmitter
-
- All Known Implementing Classes:
Condition,Consequence,DeclaredType,Functions,Global,Import,Package,Queries,Rule
public interface DRLJavaEmitterClasses that implement this interface should generate DRL fragments according to the drools java semantic module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrenderDRL(DRLOutput out)Each node can add its contribution to the output
-
-
-
Method Detail
-
renderDRL
void renderDRL(DRLOutput out)
Each node can add its contribution to the output
-
-