OptaPlanner examples 6.1.0.Beta4

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

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

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


Nested Class Summary
static class RoomStrengthWeightFactory.RoomStrengthWeight
           
 
Constructor Summary
RoomStrengthWeightFactory()
           
 
Method Summary
 Comparable createSorterWeight(CourseSchedule schedule, Room room)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomStrengthWeightFactory

public RoomStrengthWeightFactory()
Method Detail

createSorterWeight

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

OptaPlanner examples 6.1.0.Beta4

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