Drools Workbench - Data Model API 6.1.0.Beta4

Uses of Interface
org.drools.workbench.models.datamodel.rule.IFactPattern

Packages that use IFactPattern
org.drools.workbench.models.datamodel.rule   
 

Uses of IFactPattern in org.drools.workbench.models.datamodel.rule
 

Classes in org.drools.workbench.models.datamodel.rule 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.workbench.models.datamodel.rule that return IFactPattern
 IFactPattern[] CompositeFactPattern.getPatterns()
           
 

Methods in org.drools.workbench.models.datamodel.rule with parameters of type IFactPattern
 void CompositeFactPattern.addFactPattern(IFactPattern pat)
           
 void CompositeFactPattern.addFactPatterns(IFactPattern[] patterns)
           
 


Drools Workbench - Data Model API 6.1.0.Beta4

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