public class InvestmentIncrementalScoreCalculator extends org.optaplanner.core.impl.score.director.incremental.AbstractIncrementalScoreCalculator<InvestmentSolution>
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
InvestmentIncrementalScoreCalculator() |
Modifier and Type | Method and Description |
---|---|
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) |
org.optaplanner.core.api.score.Score |
calculateScore() |
void |
resetWorkingSolution(InvestmentSolution solution) |
public InvestmentIncrementalScoreCalculator()
public void resetWorkingSolution(InvestmentSolution solution)
public void beforeEntityAdded(Object entity)
public void afterEntityAdded(Object entity)
public void beforeEntityRemoved(Object entity)
public void afterEntityRemoved(Object entity)
public org.optaplanner.core.api.score.Score calculateScore()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.