当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
Consequence - JBoss RULES 3.0.6 API 英文版文档
org.drools.decisiontable.model
Class Consequence
java.lang.Object
org.drools.decisiontable.model.DRLElement
org.drools.decisiontable.model.Consequence
- All Implemented Interfaces:
- DRLJavaEmitter
public class Consequence
- extends DRLElement
- implements DRLJavaEmitter
This represents a RHS fragement. A rule may have many of these, or just one.
They are all mushed together.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Consequence
public Consequence()
setSnippet
public void setSnippet(java.lang.String snippet)
- Parameters:
_snippet
- The _snippet to set.
getSnippet
public java.lang.String getSnippet()
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