| |
|
| org.cougaar.mlm.debug.ui.UITreeNode org.cougaar.mlm.debug.ui.UIPenaltyValueNode
UIPenaltyValueNode | public class UIPenaltyValueNode extends UITreeNode (Code) | | A tree node for a penalty value.
|
Method Summary | |
public boolean | isLeaf() The PenaltyValue is a leaf. | public void | loadChildren() This shouldn't be called because this is a leaf. | public String | toString() Return representation of a PenaltyValue in a tree. |
UIPenaltyValueNode | public UIPenaltyValueNode(AllocationResult allocationresult, String prefix)(Code) | | Create a tree node for the PenaltyValue.
Overrides the UITreeNode loadChildren, toString and isLeaf
methods to dynamically display the PenaltyValue which has no children.
|
isLeaf | public boolean isLeaf()(Code) | | The PenaltyValue is a leaf.
true |
loadChildren | public void loadChildren()(Code) | | This shouldn't be called because this is a leaf.
|
toString | public String toString()(Code) | | Return representation of a PenaltyValue in a tree.
PenaltyValue: numeric value |
|
|
|