当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
Functions - JBoss RULES 3.0.6 API 英文版文档
org.drools.decisiontable.model
Class Functions
java.lang.Object
org.drools.decisiontable.model.Functions
- All Implemented Interfaces:
- DRLJavaEmitter
public class Functions
- extends java.lang.Object
- implements DRLJavaEmitter
Wrapper for functions. Functions must be written in the appropriate style, no
formatting is contributed here.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Functions
public Functions()
setFunctionsListing
public void setFunctionsListing(java.lang.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