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

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


org.drools.decisiontable.parser
Class DefaultGenerator

java.lang.Object
  extended by org.drools.decisiontable.parser.DefaultGenerator
All Implemented Interfaces:
Generator

public class DefaultGenerator
extends Object
implements Generator

Author:
Steven Williams Generate the rules for a decision table row from a rule template.

Constructor Summary
DefaultGenerator(Map t)
           
 
Method Summary
 void generate(String templateName, Row row)
           
 String getDrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGenerator

public DefaultGenerator(Map t)
Method Detail

generate

public void generate(String templateName,
                     Row row)
Specified by:
generate in interface Generator

getDrl

public String getDrl()
Specified by:
getDrl in interface Generator


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