org.drools.rule.builder
Class WindowReferenceBuilder

java.lang.Object
  extended by org.drools.rule.builder.WindowReferenceBuilder
All Implemented Interfaces:
EngineElementBuilder, RuleConditionBuilder

public class WindowReferenceBuilder
extends Object
implements RuleConditionBuilder

A class capable of building window source references


Constructor Summary
WindowReferenceBuilder()
           
 
Method Summary
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr)
           
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowReferenceBuilder

public WindowReferenceBuilder()
Method Detail

build

public RuleConditionElement build(RuleBuildContext context,
                                  BaseDescr descr)
Specified by:
build in interface RuleConditionBuilder

build

public RuleConditionElement build(RuleBuildContext context,
                                  BaseDescr descr,
                                  Pattern prefixPattern)
Specified by:
build in interface RuleConditionBuilder


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