OptaPlanner distribution 6.0.0.CR1

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

java.lang.Object
  extended by org.optaplanner.examples.projectjobscheduling.domain.solver.ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight
All Implemented Interfaces:
Comparable<ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight>
Enclosing class:
ExecutionModeStrengthWeightFactory

public static class ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight
extends Object
implements Comparable<ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight>


Constructor Summary
ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight(ExecutionMode executionMode, double requirementDesirability)
           
 
Method Summary
 int compareTo(ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight

public ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight(ExecutionMode executionMode,
                                                                      double requirementDesirability)
Method Detail

compareTo

public int compareTo(ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight other)
Specified by:
compareTo in interface Comparable<ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight>

OptaPlanner distribution 6.0.0.CR1

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