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

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


org.drools.rule.builder
Class RuleBuilder

java.lang.Object
  extended by org.drools.rule.builder.RuleBuilder

public class RuleBuilder
extends Object

This builds the rule structure from an AST. Generates semantic code where necessary if semantics are used. This is an internal API.


Constructor Summary
RuleBuilder()
           
 
Method Summary
 void build(RuleBuildContext context)
          Build the give rule into the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleBuilder

public RuleBuilder()
Method Detail

build

public void build(RuleBuildContext context)
Build the give rule into the

Parameters:
pkg -
ruleDescr -


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