se.liu.ida.critiquer.gui.graph
Class PreviousPort

java.lang.Object
  extended by org.tigris.gef.graph.presentation.NetPrimitive
      extended by org.tigris.gef.graph.presentation.NetPort
          extended by se.liu.ida.critiquer.gui.graph.AbstractActivityPort
              extended by se.liu.ida.critiquer.gui.graph.PreviousPort
All Implemented Interfaces:
Serializable, GraphPortHooks

public class PreviousPort
extends AbstractActivityPort

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.tigris.gef.graph.presentation.NetPort
DEFAULT_EDGE_CLASS
 
Fields inherited from class org.tigris.gef.graph.presentation.NetPrimitive
_changeSup, _highlight
 
Constructor Summary
PreviousPort(ActivityNode activityNode)
           
 
Method Summary
 boolean canConnectTo(GraphModel gm, Object anotherPort)
           
protected  Class defaultEdgeClass(NetPort otherPort)
           
 
Methods inherited from class se.liu.ida.critiquer.gui.graph.AbstractActivityPort
getActivityNode
 
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 org.tigris.gef.graph.presentation.NetPrimitive
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getHighlight, removePropertyChangeListener, setHighlight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tigris.gef.graph.GraphPortHooks
addPropertyChangeListener, removePropertyChangeListener, setHighlight
 

Constructor Detail

PreviousPort

public PreviousPort(ActivityNode activityNode)
Method Detail

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