wt.clients.beans.monitor
Class MonitorModel
java.lang.Object
wt.clients.beans.graph.DefaultGraphModel
wt.clients.beans.monitor.MonitorModel
- All Implemented Interfaces:
- EventListener, GraphModel, PropertyChangeListener, Serializable
- public class MonitorModel
- extends DefaultGraphModel
- See Also:
- Serialized Form
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 |
RESOURCEFILE
private static final String RESOURCEFILE
- See Also:
- Constant Field Values
parentNode
private MonitorNode parentNode
MonitorModel
public MonitorModel()
MonitorModel
public MonitorModel(MonitorNode parent_node)
- Throws:
WTPropertyVetoException
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.