|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScoreHolder
A workaround class that wraps parts of a Score.
It injected as a global by DroolsScoreDirector in the WorkingMemory
to avoid a performance problem in Drools Expert with using 2 or more accumulates in the same rule.
Other ScoreDirector implementations do not use this class.
| Method Summary | |
|---|---|
Score |
extractScore()
Extracts the Score, calculated by the WorkingMemory for DroolsScoreDirector. |
| Method Detail |
|---|
Score extractScore()
Score, calculated by the WorkingMemory for DroolsScoreDirector.
Should not be called directly, use ScoreDirector.calculateScore() instead.
Score of the working Solution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||