Package org.drools.template.model
Class DRLOutput
- java.lang.Object
-
- org.drools.template.model.DRLOutput
-
public class DRLOutput extends java.lang.ObjectThis contains the DRL output that each piece of the parser spreadsheet will contribute to
-
-
Constructor Summary
Constructors Constructor Description DRLOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDRL()Return the rendered DRL so farjava.lang.StringtoString()voidwriteLine(java.lang.String line)
-