Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      Import()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 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)
        Parameters:
        clazz - The className to set.