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

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


org.drools.decisiontable.model
Class Functions

java.lang.Object
  extended by org.drools.decisiontable.model.Functions
All Implemented Interfaces:
DRLJavaEmitter

public class Functions
extends Object
implements DRLJavaEmitter

Wrapper for functions. Functions must be written in the appropriate style, no formatting is contributed here.

Author:
Michael Neale

Constructor Summary
Functions()
           
 
Method Summary
 void renderDRL(DRLOutput out)
          Each node can add its contribution to the output
 void setFunctionsListing(String functionsListing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions

public Functions()
Method Detail

setFunctionsListing

public void setFunctionsListing(String functionsListing)

renderDRL

public void renderDRL(DRLOutput out)
Description copied from interface: DRLJavaEmitter
Each node can add its contribution to the output

Specified by:
renderDRL in interface DRLJavaEmitter


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