站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

DRLOutput (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.decisiontable.model
Class DRLOutput

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

public class DRLOutput
extends Object

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

Author:
Michael Neale

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-2007 JBoss Inc.. All Rights Reserved.