Uses of Class
org.optaplanner.examples.examination.domain.Exam
Packages that use Exam
Package
Description
-
Uses of Exam in org.optaplanner.examples.examination.domain
Subclasses of Exam in org.optaplanner.examples.examination.domainMethods in org.optaplanner.examples.examination.domain that return types with arguments of type ExamMethod parameters in org.optaplanner.examples.examination.domain with type arguments of type Exam -
Uses of Exam in org.optaplanner.examples.examination.domain.solver
Methods in org.optaplanner.examples.examination.domain.solver with parameters of type ExamModifier and TypeMethodDescriptionExamDifficultyWeightFactory.createSorterWeight(Examination examination, Exam exam) Constructors in org.optaplanner.examples.examination.domain.solver with parameters of type ExamModifierConstructorDescriptionExamDifficultyWeight(Exam exam, int studentSizeTotal, int maximumDuration)