Package | Description |
---|---|
org.optaplanner.examples.rocktour.domain | |
org.optaplanner.examples.rocktour.domain.solver |
Modifier and Type | Method and Description |
---|---|
RockShow |
RockStandstill.getNextShow() |
RockShow |
RockShow.getNextShow() |
RockShow |
RockBus.getNextShow() |
Modifier and Type | Method and Description |
---|---|
List<RockShow> |
RockTourSolution.getShowList() |
Modifier and Type | Method and Description |
---|---|
void |
RockStandstill.setNextShow(RockShow nextShow) |
void |
RockShow.setNextShow(RockShow nextShow) |
void |
RockBus.setNextShow(RockShow nextShow) |
Modifier and Type | Method and Description |
---|---|
void |
RockTourSolution.setShowList(List<RockShow> showList) |
Modifier and Type | Method and Description |
---|---|
void |
RockShowVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
RockShow show) |
void |
RockShowVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
RockShow show) |
void |
RockShowVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
RockShow show) |
void |
RockShowVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
RockShow show) |
void |
RockShowVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
RockShow show) |
void |
RockShowVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
RockShow show) |
protected void |
RockShowVariableListener.updateDate(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
RockShow sourceShow) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.