se.liu.ida.critiquer.gui.graph
Class ParentPort
java.lang.Object
org.tigris.gef.graph.presentation.NetPrimitive
org.tigris.gef.graph.presentation.NetPort
se.liu.ida.critiquer.gui.graph.AbstractActivityPort
se.liu.ida.critiquer.gui.graph.ParentPort
- All Implemented Interfaces:
- Serializable, GraphPortHooks
public class ParentPort
- extends AbstractActivityPort
- See Also:
- Serialized Form
Methods inherited from class org.tigris.gef.graph.presentation.NetPort |
addEdge, deleteFromModel, getEdges, getId, getParent, getParentEdge, getParentNode, makeEdgeFor, postConnect, postDisconnect, removeEdge |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentPort
public ParentPort(ActivityNode activityNode)
canConnectTo
public boolean canConnectTo(GraphModel gm,
Object anotherPort)
- Specified by:
canConnectTo
in interface GraphPortHooks
- Overrides:
canConnectTo
in class AbstractActivityPort
defaultEdgeClass
protected Class defaultEdgeClass(NetPort otherPort)
- Specified by:
defaultEdgeClass
in class AbstractActivityPort