org.drools.decisiontable.model
Interface DRLJavaEmitter

All Known Implementing Classes:
Condition, Consequence, Duration, Functions, Import, Parameter, Rule, Ruleset, Variable

public interface DRLJavaEmitter


Method Summary
 java.lang.String toXML()
           
 

Method Detail

toXML

java.lang.String toXML()
Returns:
an XML snippet (well formed) for the current object. This should NOT be a complete XML document, just well formed.