|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint.ConstraintType | |
|---|---|
| org.drools.common | |
| org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| org.drools.spi | |
| Uses of Constraint.ConstraintType in org.drools.common |
|---|
| Methods in org.drools.common that return Constraint.ConstraintType | |
|---|---|
Constraint.ConstraintType |
TupleStartEqualsConstraint.getType()
|
Constraint.ConstraintType |
InstanceNotEqualsConstraint.getType()
|
Constraint.ConstraintType |
InstanceEqualsConstraint.getType()
|
| Uses of Constraint.ConstraintType in org.drools.rule |
|---|
| Methods in org.drools.rule that return Constraint.ConstraintType | |
|---|---|
Constraint.ConstraintType |
MutableTypeConstraint.getType()
|
| Methods in org.drools.rule with parameters of type Constraint.ConstraintType | |
|---|---|
void |
MutableTypeConstraint.setType(Constraint.ConstraintType type)
|
| Uses of Constraint.ConstraintType in org.drools.spi |
|---|
| Methods in org.drools.spi that return Constraint.ConstraintType | |
|---|---|
Constraint.ConstraintType |
Constraint.getType()
Returns the type of the constraint, either ALPHA, BETA or UNKNOWN |
static Constraint.ConstraintType |
Constraint.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||