|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.PlanRecalcStruct
A runtime structure used to request recalculation of a plan. Plan recalculation options are handled by the settings in the PlanCalculator node in the TaskHeap application. The recalc happens right before changes are saved, so the updated information is passed along here for reference.
| Field Summary | |
protected org.sandev.basics.structs.SandUpdateMessage[] |
outstandingUpdates
Any current outstanding updates. |
protected PlanStruct |
recalcPlan
The Plan to be recalculated. |
protected java.lang.String |
workLog
A work log of the recalc processing done. |
| Constructor Summary | |
PlanRecalcStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected PlanStruct recalcPlan
protected java.lang.String workLog
protected org.sandev.basics.structs.SandUpdateMessage[] outstandingUpdates
| Constructor Detail |
public PlanRecalcStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||