org.optaplanner.examples.examination.domain.solver
Class ExamDifficultyWeightFactory.ExamDifficultyWeight
java.lang.Object
org.optaplanner.examples.examination.domain.solver.ExamDifficultyWeightFactory.ExamDifficultyWeight
- All Implemented Interfaces:
- Comparable<ExamDifficultyWeightFactory.ExamDifficultyWeight>
- Enclosing class:
- ExamDifficultyWeightFactory
public static class ExamDifficultyWeightFactory.ExamDifficultyWeight
- extends Object
- implements Comparable<ExamDifficultyWeightFactory.ExamDifficultyWeight>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExamDifficultyWeightFactory.ExamDifficultyWeight
public ExamDifficultyWeightFactory.ExamDifficultyWeight(Exam exam,
int studentSizeTotal,
int maximumDuration)
compareTo
public int compareTo(ExamDifficultyWeightFactory.ExamDifficultyWeight other)
- Specified by:
compareTo
in interface Comparable<ExamDifficultyWeightFactory.ExamDifficultyWeight>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.