Uses of Interface
org.drools.workbench.models.datamodel.rule.IFactPattern
-
Packages that use IFactPattern Package Description 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 Modifier and Type Class Description classFactPatternA 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.classFromAccumulateCompositeFactPatternclassFromCollectCompositeFactPatternclassFromCompositeFactPatternclassFromEntryPointFactPatternMethods in org.drools.workbench.models.datamodel.rule that return IFactPattern Modifier and Type Method Description IFactPattern[]CompositeFactPattern. getPatterns()Methods in org.drools.workbench.models.datamodel.rule with parameters of type IFactPattern Modifier and Type Method Description voidCompositeFactPattern. addFactPattern(IFactPattern pat)voidCompositeFactPattern. addFactPatterns(IFactPattern[] patterns)
-