|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint.ConstraintType | |
---|---|
org.drools.common | |
org.drools.rule | |
org.drools.spi |
Uses of Constraint.ConstraintType in org.drools.common |
---|
Methods in org.drools.common that return Constraint.ConstraintType | |
---|---|
Constraint.ConstraintType |
InstanceNotEqualsConstraint.getType()
|
Constraint.ConstraintType |
TupleStartEqualsConstraint.getType()
|
Constraint.ConstraintType |
InstanceEqualsConstraint.getType()
|
Uses of Constraint.ConstraintType in org.drools.rule |
---|
Methods in org.drools.rule that return Constraint.ConstraintType | |
---|---|
Constraint.ConstraintType |
LiteralConstraint.getType()
|
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 |
---|
Fields in org.drools.spi declared as Constraint.ConstraintType | |
---|---|
static Constraint.ConstraintType |
Constraint.ConstraintType.ALPHA
|
static Constraint.ConstraintType |
Constraint.ConstraintType.BETA
|
static Constraint.ConstraintType |
Constraint.ConstraintType.UNKNOWN
|
Methods in org.drools.spi that return Constraint.ConstraintType | |
---|---|
Constraint.ConstraintType |
Constraint.getType()
Returns the type of the constraint, either ALPHA, BETA or UNKNOWN |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |