org.sandev.TaskHeap.structs
Class HeapDisplayStruct

java.lang.Object
  extended by org.sandev.TaskHeap.structs.HeapDisplayStruct
Direct Known Subclasses:
HeapDisplay

public class HeapDisplayStruct
extends java.lang.Object

A runtime structure used to request the display tree for a heap based on the current user display parameters.

This message can be transmitted directly outside of a verb form.
This message is a tree of values.
declared printname: Heap Display
help text: A runtime structure used to request the display tree for a heap based on the current user display parameters.

Field Summary
protected  HeapAssociationStruct association
          The user relationship to the heap to be displayed.
protected  DisplayParamsStruct displayParams
          The parameters to be applied when creating the heap display.
protected  PlanTreeElementStruct root
          The heap display tree root.
 
Constructor Summary
HeapDisplayStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

association

protected HeapAssociationStruct association
The user relationship to the heap to be displayed.

help text: The user relationship to the heap to be displayed.

displayParams

protected DisplayParamsStruct displayParams
The parameters to be applied when creating the heap display.

declared printname: display parameters
help text: The parameters to be applied when creating the heap display.

root

protected PlanTreeElementStruct root
The heap display tree root.

help text: The heap display tree root.
Constructor Detail

HeapDisplayStruct

public HeapDisplayStruct()