站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Consequence (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.decisiontable.model
Class Consequence

java.lang.Object
  extended by org.drools.decisiontable.model.DRLElement
      extended by 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.

Author:
Michael Neale

Constructor Summary
Consequence()
           
 
Method Summary
 String getSnippet()
           
 void renderDRL(DRLOutput out)
          Each node can add its contribution to the output
 void setSnippet(String snippet)
           
 
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

Consequence

public Consequence()
Method Detail

setSnippet

public void setSnippet(String snippet)
Parameters:
_snippet - The _snippet to set.

getSnippet

public 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


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.