Uses of Interface
org.drools.base.rule.constraint.AlphaNodeFieldConstraint
-
Packages that use AlphaNodeFieldConstraint 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 -
-
Uses of AlphaNodeFieldConstraint in org.drools.base.rule
Classes in org.drools.base.rule that implement AlphaNodeFieldConstraint 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 AlphaNodeFieldConstraint in org.drools.base.rule.constraint
Classes in org.drools.base.rule.constraint that implement AlphaNodeFieldConstraint Modifier and Type Class Description classNegConstraintclassQueryNameConstraintclassXpathConstraintMethods in org.drools.base.rule.constraint that return AlphaNodeFieldConstraint Modifier and Type Method Description AlphaNodeFieldConstraintAlphaNodeFieldConstraint. cloneIfInUse()Clone this constraints only if it is already used by a different node, otherwise returns thisAlphaNodeFieldConstraintNegConstraint. cloneIfInUse()Methods in org.drools.base.rule.constraint that return types with arguments of type AlphaNodeFieldConstraint Modifier and Type Method Description java.util.List<AlphaNodeFieldConstraint>XpathConstraint.XpathChunk. getAlphaConstraints()
-