Uses of Class
org.drools.workbench.models.datamodel.rule.FactPattern
-
Packages that use FactPattern Package Description org.drools.workbench.models.datamodel.rule -
-
Uses of FactPattern in org.drools.workbench.models.datamodel.rule
Methods in org.drools.workbench.models.datamodel.rule that return FactPattern Modifier and Type Method Description FactPatternFromCompositeFactPattern. getFactPattern()FactPatternRuleModel. getLHSBoundFact(String var)This will return the FactPattern that a variable is bound Eto.FactPatternRuleModel. getLHSParentFactPatternForBinding(String var)This will return the FactPattern that a variable is bound to.Methods in org.drools.workbench.models.datamodel.rule with parameters of type FactPattern Modifier and Type Method Description voidFromCompositeFactPattern. setFactPattern(FactPattern pattern)
-