OptaPlanner examples 6.0.0.CR2

org.optaplanner.examples.projectjobscheduling.domain.solver
Class ExecutionModeStrengthWeightFactory

java.lang.Object
  extended by org.optaplanner.examples.projectjobscheduling.domain.solver.ExecutionModeStrengthWeightFactory
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Schedule,ExecutionMode>

public class ExecutionModeStrengthWeightFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Schedule,ExecutionMode>


Nested Class Summary
static class ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight
           
 
Constructor Summary
ExecutionModeStrengthWeightFactory()
           
 
Method Summary
 Comparable createSorterWeight(Schedule schedule, ExecutionMode executionMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionModeStrengthWeightFactory

public ExecutionModeStrengthWeightFactory()
Method Detail

createSorterWeight

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

OptaPlanner examples 6.0.0.CR2

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