org.drools.template.model
Class DRLOutput

java.lang.Object
  extended by org.drools.template.model.DRLOutput

public class DRLOutput
extends Object

This contains the DRL output that each piece of the parser spreadsheet will contribute to


Constructor Summary
DRLOutput()
           
 
Method Summary
 String getDRL()
          Return the rendered DRL so far
 String toString()
           
 void writeLine(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DRLOutput

public DRLOutput()
Method Detail

writeLine

public void writeLine(String line)

getDRL

public String getDRL()
Return the rendered DRL so far


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.