Uses of Class
org.optaplanner.examples.examination.domain.PeriodPenaltyType
-
Packages that use PeriodPenaltyType Package Description org.optaplanner.examples.examination.domain -
-
Uses of PeriodPenaltyType in org.optaplanner.examples.examination.domain
Methods in org.optaplanner.examples.examination.domain that return PeriodPenaltyType Modifier and Type Method Description PeriodPenaltyTypePeriodPenalty. getPeriodPenaltyType()static PeriodPenaltyTypePeriodPenaltyType. 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.Methods in org.optaplanner.examples.examination.domain with parameters of type PeriodPenaltyType Modifier and Type Method Description voidPeriodPenalty. setPeriodPenaltyType(PeriodPenaltyType periodPenaltyType)Constructors in org.optaplanner.examples.examination.domain with parameters of type PeriodPenaltyType Constructor Description PeriodPenalty(Topic leftTopic, Topic rightTopic, PeriodPenaltyType periodPenaltyType)
-