| org.cougaar.mlm.debug.ui.UITreeNode org.cougaar.mlm.debug.ui.UITaskNode
UITaskNode | public class UITaskNode extends UITreeNode (Code) | | A tree node for a Task.
Overrides the UITreeNode loadChildren, toString and isLeaf
methods to dynamically display the Task.
|
Constructor Summary | |
public | UITaskNode(Task task) Create a tree node for the task. |
Method Summary | |
public boolean | isLeaf() The task is not a leaf. | public void | loadChildren() | public String | toString() Return representation of a task in a tree, just the word "Task"
as the task contents are returned as the children. |
UITaskNode | public UITaskNode(Task task)(Code) | | Create a tree node for the task.
Parameters: task - task for which to create tree node |
isLeaf | public boolean isLeaf()(Code) | | The task is not a leaf.
false |
loadChildren | public void loadChildren()(Code) | | The task's children are string representations of:
source->destination
verb
direct object
prepositional phrases (preposition, indirect object)
milstrip number (if prepositional phrase references a requisition)
|
toString | public String toString()(Code) | | Return representation of a task in a tree, just the word "Task"
as the task contents are returned as the children.
Task |
|
|