OptaPlanner distribution 6.1.0.Final

org.optaplanner.examples.examination.domain.solver
Class ExamDifficultyWeightFactory.ExamDifficultyWeight

java.lang.Object
  extended by 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>


Constructor Summary
ExamDifficultyWeightFactory.ExamDifficultyWeight(Exam exam, int studentSizeTotal, int maximumDuration)
           
 
Method Summary
 int compareTo(ExamDifficultyWeightFactory.ExamDifficultyWeight other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamDifficultyWeightFactory.ExamDifficultyWeight

public ExamDifficultyWeightFactory.ExamDifficultyWeight(Exam exam,
                                                        int studentSizeTotal,
                                                        int maximumDuration)
Method Detail

compareTo

public int compareTo(ExamDifficultyWeightFactory.ExamDifficultyWeight other)
Specified by:
compareTo in interface Comparable<ExamDifficultyWeightFactory.ExamDifficultyWeight>

OptaPlanner distribution 6.1.0.Final

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.