wt.clients.workflow.definer
Class DefinerGraphLink
java.lang.Object
wt.clients.beans.graph.DefaultGraphLink
wt.clients.workflow.definer.DefinerGraphLink
- All Implemented Interfaces:
- EventListener, Externalizable, GraphLink, PropertyChangeListener, Serializable
- final class DefinerGraphLink
- extends DefaultGraphLink
- implements PropertyChangeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
editor
NodeTemplateLinkEditor editor
DefinerGraphLink
DefinerGraphLink(NodeTemplateLinkEditor editor)
setEditor
public void setEditor(NodeTemplateLinkEditor editor)
getEditor
public NodeTemplateLinkEditor getEditor()
setPredecessor
public void setPredecessor(GraphNode predecessor)
throws WTPropertyVetoException
- Description copied from class:
DefaultGraphLink
- Sets the object for the association that plays role: PREDECESSOR.
- Overrides:
setPredecessor
in class DefaultGraphLink
- Parameters:
predecessor
-
- Throws:
WTPropertyVetoException
setSuccessor
public void setSuccessor(GraphNode successor)
throws WTPropertyVetoException
- Description copied from class:
DefaultGraphLink
- Sets the object for the association that plays role: SUCCESSOR.
- Overrides:
setSuccessor
in class DefaultGraphLink
- Parameters:
successor
-
- Throws:
WTPropertyVetoException
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Specified by:
propertyChange
in interface PropertyChangeListener