| Modifier and Type | Method and Description |
|---|---|
AbstractScoreDirector |
AbstractScoreDirector.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
DroolsScoreDirector
Drools implementation of
ScoreDirector, which directs the Rule Engine to calculate the Score
of the Solution workingSolution. |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyScoreDirector
Easy java implementation of
ScoreDirector, which recalculates the Score
of the Solution workingSolution every time. |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalScoreDirector
Incremental java implementation of
ScoreDirector, which only recalculates the Score
of the part of the Solution workingSolution that changed,
instead of the going through the entire Solution. |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.