Package | Description |
---|---|
org.optaplanner.examples.examination.domain |
Modifier and Type | Method and Description |
---|---|
PeriodPenaltyType |
PeriodPenalty.getPeriodPenaltyType() |
static PeriodPenaltyType |
PeriodPenaltyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodPenaltyType[] |
PeriodPenaltyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PeriodPenalty.setPeriodPenaltyType(PeriodPenaltyType periodPenaltyType) |
Constructor and Description |
---|
PeriodPenalty(Topic leftTopic,
Topic rightTopic,
PeriodPenaltyType periodPenaltyType) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.