Uses of Class
org.optaplanner.examples.examination.domain.Exam
-
Packages that use Exam Package Description org.optaplanner.examples.examination.domain org.optaplanner.examples.examination.domain.solver -
-
Uses of Exam in org.optaplanner.examples.examination.domain
Subclasses of Exam in org.optaplanner.examples.examination.domain Modifier and Type Class Description classFollowingExamclassLeadingExamMethods in org.optaplanner.examples.examination.domain that return types with arguments of type Exam Modifier and Type Method Description List<Exam>Examination. getExamList()Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Exam Modifier and Type Method Description voidExamination. setExamList(List<Exam> examList) -
Uses of Exam in org.optaplanner.examples.examination.domain.solver
Methods in org.optaplanner.examples.examination.domain.solver with parameters of type Exam Modifier and Type Method Description ExamDifficultyWeightFactory.ExamDifficultyWeightExamDifficultyWeightFactory. createSorterWeight(Examination examination, Exam exam)Constructors in org.optaplanner.examples.examination.domain.solver with parameters of type Exam Constructor Description ExamDifficultyWeight(Exam exam, int studentSizeTotal, int maximumDuration)
-