public class ProcessEdgeAdapter extends AbstractEdgeAdapter implements EdgeInterface
Modifier and Type | Field and Description |
---|---|
protected ProcessEdge |
f_edge |
Constructor and Description |
---|
ProcessEdgeAdapter(ProcessEdge e) |
Modifier and Type | Method and Description |
---|---|
void |
clearRoutingPoints()
removes all points that are used for the routing of this edge
and resets it to the default
|
boolean |
equals(java.lang.Object obj) |
ProcessEdge |
getEdge() |
java.util.List<java.awt.Point> |
getRoutingPoints()
shall return a list of all routing points.
|
NodeInterface |
getSourceInternal()
returns the node where this Edge starts at
|
NodeInterface |
getTargetInternal()
returns the node where this Edge ends
|
int |
hashCode() |
void |
setRoutingPoints(java.util.List<java.awt.Point> routingPoints)
sets the list of new routing points.
|
void |
setSourceInternal(ObjectInterface source)
sets the source of this edge.
|
void |
setTargetInternal(ObjectInterface target) |
java.lang.String |
toString() |
getSource, getTarget, isSwitched, setSource, setSwitched, setTarget
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSource, getTarget, isSwitched, setSource, setSwitched, setTarget
protected ProcessEdge f_edge
public ProcessEdgeAdapter(ProcessEdge e)
e
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void clearRoutingPoints()
AbstractEdgeAdapter
clearRoutingPoints
in interface EdgeInterface
clearRoutingPoints
in class AbstractEdgeAdapter
public ProcessEdge getEdge()
public NodeInterface getSourceInternal()
AbstractEdgeAdapter
getSourceInternal
in class AbstractEdgeAdapter
public NodeInterface getTargetInternal()
AbstractEdgeAdapter
getTargetInternal
in class AbstractEdgeAdapter
public void setSourceInternal(ObjectInterface source)
AbstractEdgeAdapter
setSourceInternal
in class AbstractEdgeAdapter
public void setTargetInternal(ObjectInterface target)
setTargetInternal
in class AbstractEdgeAdapter
public void setRoutingPoints(java.util.List<java.awt.Point> routingPoints)
AbstractEdgeAdapter
setRoutingPoints
in interface EdgeInterface
setRoutingPoints
in class AbstractEdgeAdapter
public java.util.List<java.awt.Point> getRoutingPoints()
AbstractEdgeAdapter
getRoutingPoints
in interface EdgeInterface
getRoutingPoints
in class AbstractEdgeAdapter
public java.lang.String toString()
toString
in class java.lang.Object