当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
Import - JBoss RULES 3.0.6 API 英文版文档
org.drools.decisiontable.model
Class Import
java.lang.Object
org.drools.decisiontable.model.DRLElement
org.drools.decisiontable.model.Import
- All Implemented Interfaces:
- DRLJavaEmitter
public class Import
- extends DRLElement
- implements DRLJavaEmitter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Import
public Import()
getClassName
public java.lang.String getClassName()
- Returns:
- Returns the className.
setClassName
public void setClassName(java.lang.String clazz)
- Parameters:
className
- The className to set.
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