wt.clients.beans.monitor
Class MonitorModel

java.lang.Object
  extended bywt.clients.beans.graph.DefaultGraphModel
      extended bywt.clients.beans.monitor.MonitorModel
All Implemented Interfaces:
EventListener, GraphModel, PropertyChangeListener, Serializable

public class MonitorModel
extends DefaultGraphModel

See Also:
Serialized Form

Field Summary
private  MonitorNode parentNode
           
private static String RESOURCEFILE
           
 
Fields inherited from class wt.clients.beans.graph.DefaultGraphModel
 
Constructor Summary
MonitorModel()
           
MonitorModel(MonitorNode parent_node)
           
 
Method Summary
 void addNode(String pKey, GraphNode pNode)
           
 MonitorNode getParentNode()
          Gets the object for the association that plays role: wfcontainertemplate.
 void setParentNode(MonitorNode parent_node)
          Sets the object for the association that plays role: wfcontainertemplate.
 
Methods inherited from class wt.clients.beans.graph.DefaultGraphModel
addGraphModelListener, addLink, allLinks, allNodes, findLinks, findPredecessorLinks, findSuccessorLinks, fireGraphModelChanged, getLink, getNode, isLinkInModel, isNodeInModel, propertyChange, removeGraphModelListener, removeLink, removeLink, removeLinks, removeNode, removeNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCEFILE

private static final String RESOURCEFILE
See Also:
Constant Field Values

parentNode

private MonitorNode parentNode
Constructor Detail

MonitorModel

public MonitorModel()

MonitorModel

public MonitorModel(MonitorNode parent_node)
Throws:
WTPropertyVetoException
Method Detail

addNode

public void addNode(String pKey,
                    GraphNode pNode)
             throws NodeAlreadyExistException,
                    InvalidNodeException
Specified by:
addNode in interface GraphModel
Overrides:
addNode in class DefaultGraphModel
Parameters:
pKey -
pNode -
Throws:
NodeAlreadyExistException
InvalidNodeException

getParentNode

public MonitorNode getParentNode()
Gets the object for the association that plays role: wfcontainertemplate.

Returns:
MonitorNode

setParentNode

public void setParentNode(MonitorNode parent_node)
Sets the object for the association that plays role: wfcontainertemplate.