Package org.sandev.TaskHeap.structs

Class Summary
DisplayParamsStruct Holds parameters used to tailor the display.
ExternalPlanStruct An ExternalPlan is the local representation of a Plan from another heap.
ExternalPlanSyncStruct Used to reread ExternalPlan information from an external source
HeapAttributesStruct Holds global settings for general operations, such as report output.
NoteStruct A note is a general comment associated with a PlanComponent.
PlanComponentReportStruct An overview summary of the description and notes for a PlanComponent.
PlanComponentStruct A PlanComponent represents part of a Plan.
PlanRecalcStruct A runtime structure used to request recalculation of a plan.
PlanReportStruct A short form display of a Plan used at runtime for reports.
PlanStruct A Plan represents a collection of a logical chunk of work.
PlanTreeElementStruct A single line representation of a PlanComponent used for the summary outline display.
ReaderStruct A Reader is a user who can read, but not modify, a TaskHeap.
ResourceStruct A Resource represents a person who works on the TaskHeap.
TaskPhaseStruct A TaskPhase is a known state for a particular type of task.
TaskStruct A Task is a unit of work that is completely described and has no child components.
TaskTypeStruct Describes a task type classification.