|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.template.model.DRLOutput
public class DRLOutput
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 |
---|
public DRLOutput()
Method Detail |
---|
public void writeLine(String line)
public String getDRL()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |