Inheritance diagram for org.jgraph.graph.Edge:
Public Member Functions | |
Object | getSource () |
Object | getTarget () |
void | setSource (Object port) |
void | setTarget (Object port) |
Classes | |
interface | Routing |
|
Returns the source of the edge. Implemented in org.jgraph.graph.DefaultEdge. |
|
Returns the target of the edge. Implemented in org.jgraph.graph.DefaultEdge. |
|
Sets the source of the edge. Implemented in org.jgraph.graph.DefaultEdge. |
|
Returns the target of Implemented in org.jgraph.graph.DefaultEdge. |