Uses of Interface
org.drools.core.rule.constraint.Constraint
-
Packages that use Constraint Package Description org.drools.core.common org.drools.core.reteoo.builder org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.rule.constraint org.drools.core.util.index -
-
Uses of Constraint in org.drools.core.common
Classes in org.drools.core.common that implement Constraint Modifier and Type Class Description classTupleStartEqualsConstraintChecks if one tuple is the start subtuple of other tuple. -
Uses of Constraint in org.drools.core.reteoo.builder
Classes in org.drools.core.reteoo.builder that implement Constraint Modifier and Type Class Description classInstanceNotEqualsConstraint -
Uses of Constraint in org.drools.core.rule
Subinterfaces of Constraint in org.drools.core.rule Modifier and Type Interface Description interfaceIndexableConstraintinterfaceIntervalProviderConstraintClasses in org.drools.core.rule that implement Constraint 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).Methods in org.drools.core.rule that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>Pattern. getConstraints()Methods in org.drools.core.rule with parameters of type Constraint Modifier and Type Method Description voidPattern. addConstraint(int index, Constraint constraint)voidPattern. addConstraint(Constraint constraint)voidPattern. removeConstraint(Constraint constraint)Method parameters in org.drools.core.rule with type arguments of type Constraint Modifier and Type Method Description voidPattern. addConstraints(Collection<Constraint> constraints) -
Uses of Constraint in org.drools.core.rule.constraint
Subinterfaces of Constraint in org.drools.core.rule.constraint Modifier and Type Interface Description interfaceAlphaNodeFieldConstraintinterfaceBetaNodeFieldConstraintClasses in org.drools.core.rule.constraint that implement Constraint Modifier and Type Class Description classNegConstraintclassQueryNameConstraintclassXpathConstraintMethods in org.drools.core.rule.constraint that return Constraint Modifier and Type Method Description ConstraintConstraint. clone()Clones the constraintConstraintQueryNameConstraint. clone()Methods in org.drools.core.rule.constraint with parameters of type Constraint Modifier and Type Method Description voidXpathConstraint.XpathChunk. addConstraint(Constraint constraint)default voidConstraint. mergeEvaluationContext(Constraint other) -
Uses of Constraint in org.drools.core.util.index
Methods in org.drools.core.util.index with parameters of type Constraint Modifier and Type Method Description static IndexUtil.ConstraintTypeIndexUtil.ConstraintType. getType(Constraint constraint)
-