org.drools.template.model
Class Import
java.lang.Object
org.drools.template.model.DRLElement
org.drools.template.model.Import
- All Implemented Interfaces:
- DRLJavaEmitter
public class Import
- extends DRLElement
- implements DRLJavaEmitter
Represents an import (nominally at the rule-set level). The idea of this can
be extended to other ruleset level settings.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Import
public Import()
getClassName
public String getClassName()
- Returns:
- Returns the className.
setClassName
public void setClassName(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
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.