Package | Description |
---|---|
org.optaplanner.core.impl.score.constraint |
Modifier and Type | Field and Description |
---|---|
protected ConstraintType |
ConstraintOccurrence.constraintType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConstraintType |
ConstraintOccurrence.getConstraintType()
Deprecated.
|
static ConstraintType |
ConstraintType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
DoubleConstraintOccurrence(String ruleId,
ConstraintType constraintType,
double weight,
Object... causes)
Deprecated.
|
DoubleConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
IntConstraintOccurrence(String ruleId,
ConstraintType constraintType,
int weight,
Object... causes)
Deprecated.
|
IntConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
long weight,
Object... causes)
Deprecated.
|
LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
UnweightedConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated.
|
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.