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
 void buildAttributes(RuleBuildContext context)
           
 void buildMetaAttributes(RuleBuildContext context)
           
 
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:
context -

buildMetaAttributes

public void buildMetaAttributes(RuleBuildContext context)

buildAttributes

public void buildAttributes(RuleBuildContext context)


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