org.drools.decisiontable.model
Class Import

java.lang.Object
  extended byorg.drools.decisiontable.model.DRLElement
      extended byorg.drools.decisiontable.model.Import
All Implemented Interfaces:
DRLJavaEmitter

public class Import
extends DRLElement
implements DRLJavaEmitter

 

Constructor Summary
Import()
           
 
Method Summary
 java.lang.String getClassName()
           
 void renderDRL(DRLOutput out)
          Each node can add its contribution to the output
 void setClassName(java.lang.String clazz)
           
 
Methods inherited from class org.drools.decisiontable.model.DRLElement
setComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import

public Import()
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
Returns the className.

setClassName

public void setClassName(java.lang.String clazz)

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