Uses of Interface
org.drools.ide.common.client.modeldriven.brl.IFactPattern

Packages that use IFactPattern
org.drools.ide.common.client.modeldriven.brl This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRL rule format that the rule modeller uses. 
 

Uses of IFactPattern in org.drools.ide.common.client.modeldriven.brl
 

Classes in org.drools.ide.common.client.modeldriven.brl that implement IFactPattern
 class FactPattern
          A fact pattern is a declaration of a fact type, and its constraint, and perhaps a variable that is it bound to It is the equivalent of a "pattern" in drools terms.
 class FromAccumulateCompositeFactPattern
           
 class FromCollectCompositeFactPattern
           
 class FromCompositeFactPattern
           
 class FromEntryPointFactPattern
           
 

Methods in org.drools.ide.common.client.modeldriven.brl that return IFactPattern
 IFactPattern[] CompositeFactPattern.getPatterns()
           
 

Methods in org.drools.ide.common.client.modeldriven.brl with parameters of type IFactPattern
 void CompositeFactPattern.addFactPattern(IFactPattern pat)
           
 void CompositeFactPattern.addFactPatterns(IFactPattern[] patterns)
           
 



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