|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.iplan.SimplePlanEvaluation
public class SimplePlanEvaluation
| Constructor Summary | |
|---|---|
SimplePlanEvaluation(int i)
|
|
SimplePlanEvaluation(java.lang.Object value)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplePlanEvaluation(int i)
public SimplePlanEvaluation(java.lang.Object value)
| Method Detail |
|---|
public java.lang.Object getValue()
PlanEvaluation
getValue in interface PlanEvaluationPlanEvaluation.detailsRequested()public boolean hasDetails()
PlanEvaluation
hasDetails in interface PlanEvaluationPlanEvaluation.detailsRequested()public void detailsRequested()
PlanEvaluationPlanEvaluation.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.
detailsRequested in interface PlanEvaluationPlanEvaluation.hasDetails()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||