org.drools.decisiontable.model
Class DRLElement

java.lang.Object
  extended by org.drools.decisiontable.model.DRLElement
Direct Known Subclasses:
Condition, Consequence, Duration, Import, Parameter, Rule, Variable

public abstract class DRLElement
extends java.lang.Object


Constructor Summary
DRLElement()
           
 
Method Summary
 void setComment(java.lang.String comment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRLElement

public DRLElement()
Method Detail

setComment

public void setComment(java.lang.String comment)