Uses of Class
org.drools.core.spi.Constraint.ConstraintType
-
Packages that use Constraint.ConstraintType Package Description org.drools.core.common 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.spi -
-
Uses of Constraint.ConstraintType in org.drools.core.common
Methods in org.drools.core.common that return Constraint.ConstraintType Modifier and Type Method Description Constraint.ConstraintTypeInstanceNotEqualsConstraint. getType()Constraint.ConstraintTypeTupleStartEqualsConstraint. getType() -
Uses of Constraint.ConstraintType in org.drools.core.rule
Methods in org.drools.core.rule that return Constraint.ConstraintType Modifier and Type Method Description Constraint.ConstraintTypeMutableTypeConstraint. getType()Methods in org.drools.core.rule with parameters of type Constraint.ConstraintType Modifier and Type Method Description voidMutableTypeConstraint. setType(Constraint.ConstraintType type) -
Uses of Constraint.ConstraintType in org.drools.core.rule.constraint
Methods in org.drools.core.rule.constraint that return Constraint.ConstraintType Modifier and Type Method Description Constraint.ConstraintTypeNegConstraint. getType()Constraint.ConstraintTypeQueryNameConstraint. getType()Constraint.ConstraintTypeXpathConstraint. getType() -
Uses of Constraint.ConstraintType in org.drools.core.spi
Methods in org.drools.core.spi that return Constraint.ConstraintType Modifier and Type Method Description Constraint.ConstraintTypeConstraint. getType()Returns the type of the constraint, either ALPHA, BETA or UNKNOWNstatic Constraint.ConstraintTypeConstraint.ConstraintType. valueOf(String name)Returns the enum constant of this type with the specified name.static Constraint.ConstraintType[]Constraint.ConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-