OptaPlanner distribution 6.0.0-SNAPSHOT

org.optaplanner.examples.projectjobscheduling.solver.score
Class ProjectJobSchedulingIncrementalScoreCalculator

java.lang.Object
  extended by org.optaplanner.core.impl.score.director.incremental.AbstractIncrementalScoreCalculator<Schedule>
      extended by org.optaplanner.examples.projectjobscheduling.solver.score.ProjectJobSchedulingIncrementalScoreCalculator
All Implemented Interfaces:
IncrementalScoreCalculator<Schedule>

public class ProjectJobSchedulingIncrementalScoreCalculator
extends AbstractIncrementalScoreCalculator<Schedule>


Constructor Summary
ProjectJobSchedulingIncrementalScoreCalculator()
           
 
Method Summary
 void afterEntityAdded(Object entity)
           
 void afterEntityRemoved(Object entity)
           
 void afterVariableChanged(Object entity, String variableName)
           
 void beforeEntityAdded(Object entity)
           
 void beforeEntityRemoved(Object entity)
           
 void beforeVariableChanged(Object entity, String variableName)
           
 Score calculateScore()
           
 void resetWorkingSolution(Schedule schedule)
           
 
Methods inherited from class org.optaplanner.core.impl.score.director.incremental.AbstractIncrementalScoreCalculator
buildScoreCorruptionAnalysis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectJobSchedulingIncrementalScoreCalculator

public ProjectJobSchedulingIncrementalScoreCalculator()
Method Detail

resetWorkingSolution

public void resetWorkingSolution(Schedule schedule)

beforeEntityAdded

public void beforeEntityAdded(Object entity)

afterEntityAdded

public void afterEntityAdded(Object entity)

beforeVariableChanged

public void beforeVariableChanged(Object entity,
                                  String variableName)

afterVariableChanged

public void afterVariableChanged(Object entity,
                                 String variableName)

beforeEntityRemoved

public void beforeEntityRemoved(Object entity)

afterEntityRemoved

public void afterEntityRemoved(Object entity)

calculateScore

public Score calculateScore()
Returns:
never null

OptaPlanner distribution 6.0.0-SNAPSHOT

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