OptaPlanner examples 6.1.0.Beta4

org.optaplanner.examples.pas.domain.solver
Class BedDesignationDifficultyWeightFactory

java.lang.Object
  extended by org.optaplanner.examples.pas.domain.solver.BedDesignationDifficultyWeightFactory
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<PatientAdmissionSchedule,BedDesignation>

public class BedDesignationDifficultyWeightFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<PatientAdmissionSchedule,BedDesignation>


Nested Class Summary
static class BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight
           
 
Constructor Summary
BedDesignationDifficultyWeightFactory()
           
 
Method Summary
 Comparable createSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BedDesignationDifficultyWeightFactory

public BedDesignationDifficultyWeightFactory()
Method Detail

createSorterWeight

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

OptaPlanner examples 6.1.0.Beta4

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