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

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


org.drools.decisiontable.parser
Class RuleTemplate

java.lang.Object
  extended by org.drools.decisiontable.parser.RuleTemplate

public class RuleTemplate
extends Object

Author:
Steven Williams A rule template made up of a name, the decision table columns required, the decision table columns that must be empty and the contents of the rule.

Constructor Summary
RuleTemplate(String n)
           
 
Method Summary
 void addColumn(String column)
           
 List getColumns()
           
 String getContents()
           
 String getName()
           
 String[] getNotColumns()
           
 void setContents(String contents)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleTemplate

public RuleTemplate(String n)
Method Detail

getName

public String getName()

getColumns

public List getColumns()

getNotColumns

public String[] getNotColumns()

getContents

public String getContents()

addColumn

public void addColumn(String column)

setContents

public void setContents(String contents)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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