|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanEvaluation
A description of some aspect of a plan. A PlanEvaluation is typically
produced by a PlanEvaluator
.
Method Summary | |
---|---|
void |
detailsRequested()
Tells the evaluation that the user has requested more information. |
java.lang.Object |
getValue()
Returns the current value of this evaluation. |
boolean |
hasDetails()
Indicates whether or not more information is available if the used requests it. |
Method Detail |
---|
java.lang.Object getValue()
detailsRequested()
boolean hasDetails()
detailsRequested()
void detailsRequested()
getValue()
will just be a place-holder that indicates that more information
is available. This method will then typically change that value
to show the real result of the evalutaion.
It is recommended that any evaluations that require a substantial amount of computation be handled in that delayed, "when requested" fashion.
hasDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |