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 |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleScoreDirector
Simple java implementation of
ScoreDirector , which recalculates the Score
of the Solution workingSolution every time. |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.