org.drools.reteoo
Interface RuleBuilder

All Known Implementing Classes:
ReteooRuleBuilder

public interface RuleBuilder


Method Summary
 void addEntryPoint(String id, InternalRuleBase ruleBase, ReteooBuilder.IdGenerator idGenerator)
           
 List<TerminalNode> addRule(Rule rule, InternalRuleBase ruleBase, ReteooBuilder.IdGenerator idGenerator)
           
 WindowNode addWindowNode(WindowDeclaration window, InternalRuleBase ruleBase, ReteooBuilder.IdGenerator idGenerator)
           
 

Method Detail

addRule

List<TerminalNode> addRule(Rule rule,
                           InternalRuleBase ruleBase,
                           ReteooBuilder.IdGenerator idGenerator)

addEntryPoint

void addEntryPoint(String id,
                   InternalRuleBase ruleBase,
                   ReteooBuilder.IdGenerator idGenerator)

addWindowNode

WindowNode addWindowNode(WindowDeclaration window,
                         InternalRuleBase ruleBase,
                         ReteooBuilder.IdGenerator idGenerator)


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.