Uses of Interface
org.drools.base.rule.constraint.BetaNodeFieldConstraint
-
Packages that use BetaNodeFieldConstraint Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.base.rule.constraint org.drools.base.util.index -
-
Uses of BetaNodeFieldConstraint in org.drools.base.rule
Classes in org.drools.base.rule that implement BetaNodeFieldConstraint Modifier and Type Class Description classMutableTypeConstraintA base class for constraintsclassPredicateConstraintA predicate can be written as a top level constraint or be nested inside inside a field constraint (and as so, must implement the Restriction interface). -
Uses of BetaNodeFieldConstraint in org.drools.base.rule.constraint
Classes in org.drools.base.rule.constraint that implement BetaNodeFieldConstraint Modifier and Type Class Description classXpathConstraintMethods in org.drools.base.rule.constraint that return BetaNodeFieldConstraint Modifier and Type Method Description BetaNodeFieldConstraintBetaNodeFieldConstraint. cloneIfInUse()Clone this constraints only if it is already used by a different node, otherwise returns thisMethods in org.drools.base.rule.constraint that return types with arguments of type BetaNodeFieldConstraint Modifier and Type Method Description java.util.List<BetaNodeFieldConstraint>XpathConstraint.XpathChunk. getBetaConstraints() -
Uses of BetaNodeFieldConstraint in org.drools.base.util.index
Methods in org.drools.base.util.index with parameters of type BetaNodeFieldConstraint Modifier and Type Method Description static booleanIndexUtil. compositeAllowed(BetaNodeFieldConstraint[] constraints, short betaNodeType, org.kie.api.KieBaseConfiguration config)static booleanIndexUtil. isEqualIndexable(BetaNodeFieldConstraint constraint)static booleanIndexUtil. isIndexable(BetaNodeFieldConstraint constraint, short nodeType, org.kie.api.KieBaseConfiguration config)static booleanIndexUtil. isIndexableForNode(short nodeType, BetaNodeFieldConstraint constraint, org.kie.api.KieBaseConfiguration config)static boolean[]IndexUtil. isIndexableForNode(org.kie.internal.conf.IndexPrecedenceOption indexPrecedenceOption, short nodeType, int keyDepth, BetaNodeFieldConstraint[] constraints, org.kie.api.KieBaseConfiguration config)
-