OptaPlanner examples 6.1.0.Beta4

org.optaplanner.examples.curriculumcourse.domain.solver
Class LectureDifficultyWeightFactory

java.lang.Object
  extended by org.optaplanner.examples.curriculumcourse.domain.solver.LectureDifficultyWeightFactory
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CourseSchedule,Lecture>

public class LectureDifficultyWeightFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CourseSchedule,Lecture>


Nested Class Summary
static class LectureDifficultyWeightFactory.LectureDifficultyWeight
           
 
Constructor Summary
LectureDifficultyWeightFactory()
           
 
Method Summary
 Comparable createSorterWeight(CourseSchedule schedule, Lecture lecture)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LectureDifficultyWeightFactory

public LectureDifficultyWeightFactory()
Method Detail

createSorterWeight

public Comparable createSorterWeight(CourseSchedule schedule,
                                     Lecture lecture)
Specified by:
createSorterWeight in interface org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CourseSchedule,Lecture>

OptaPlanner examples 6.1.0.Beta4

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