|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintType | |
|---|---|
| org.drools.planner.core.score.constraint | |
| Uses of ConstraintType in org.drools.planner.core.score.constraint |
|---|
| Fields in org.drools.planner.core.score.constraint declared as ConstraintType | |
|---|---|
protected ConstraintType |
ConstraintOccurrence.constraintType
|
| Methods in org.drools.planner.core.score.constraint that return ConstraintType | |
|---|---|
ConstraintType |
ConstraintOccurrence.getConstraintType()
|
static ConstraintType |
ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.drools.planner.core.score.constraint with parameters of type ConstraintType | |
|---|---|
ConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
|
|
DoubleConstraintOccurrence(String ruleId,
ConstraintType constraintType,
double weight,
Object... causes)
|
|
DoubleConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
|
|
IntConstraintOccurrence(String ruleId,
ConstraintType constraintType,
int weight,
Object... causes)
|
|
IntConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
|
|
UnweightedConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||