se.liu.ida.critiquer.gui.graph
Class OrderingEdge
java.lang.Object
org.tigris.gef.graph.presentation.NetPrimitive
org.tigris.gef.graph.presentation.NetEdge
se.liu.ida.critiquer.gui.graph.OrderingEdge
- All Implemented Interfaces:
- Serializable, GraphEdgeHooks
public class OrderingEdge
- extends NetEdge
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderingEdge
public OrderingEdge()
makePresentation
public FigEdge makePresentation(Layer lay)
- Specified by:
makePresentation
in class NetEdge
connect
public boolean connect(GraphModel gm,
Object srcPort,
Object destPort)
Just as in the case with inheritance ports, the nextPort denotes the port
connecting TO the next activity.
That means that the nextPort is connected to a Fig that represents the
activitiy that should come before.
- Overrides:
connect
in class NetEdge
deleteFromModel
public void deleteFromModel()
- Specified by:
deleteFromModel
in interface GraphEdgeHooks
- Overrides:
deleteFromModel
in class NetEdge
- See Also:
for information on what the ports denote
getId
public String getId()
- Specified by:
getId
in class NetPrimitive
getAfterActivity
public Activity getAfterActivity()
- Returns:
- Returns the afterActivity.
getBeforeActivity
public Activity getBeforeActivity()
- Returns:
- Returns the beforeActivity.