org.drools.template.model
Interface DRLJavaEmitter

All Known Implementing Classes:
Condition, Consequence, DeclaredType, Functions, Global, Import, Package, Queries, Rule

public interface DRLJavaEmitter

Classes that implement this interface should generate DRL fragments according to the drools java semantic module.


Method Summary
 void renderDRL(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



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.