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 |
Modifier and Type | Method and Description |
---|---|
Constraint.ConstraintType |
InstanceEqualsConstraint.getType() |
Constraint.ConstraintType |
TupleStartEqualsConstraint.getType() |
Constraint.ConstraintType |
InstanceNotEqualsConstraint.getType() |
Modifier and Type | Method and Description |
---|---|
Constraint.ConstraintType |
MutableTypeConstraint.getType() |
Modifier and Type | Method and Description |
---|---|
void |
MutableTypeConstraint.setType(Constraint.ConstraintType type) |
Modifier and Type | Method and Description |
---|---|
Constraint.ConstraintType |
QueryNameConstraint.getType() |
Constraint.ConstraintType |
XpathConstraint.getType() |
Constraint.ConstraintType |
NegConstraint.getType() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.