| java.lang.Object org.quilt.graph.Edge
Edge | public class Edge (Code) | | An edge in a Quilt graph. This is seen as a source/target pair,
XXX but in fact the source field may be unnecessary.
author: < a href="jddixon@users.sourceforge.net">Jim Dixon |
getGraph | public Directed getGraph()(Code) | | the graph that this edge is in. |
insert | public void insert(Vertex v)(Code) | | Insert a vertex with a UnaryConnector into an edge.
Parameters: v - The Vertex being inserted. |
setTarget | public void setTarget(Vertex v)(Code) | | Change the target of this edge. XXX Wasn't public before;
made it so to allow cl.SortedBlocks to retarget to existing
vertex.
|
toString | public String toString()(Code) | | A String description of the edge, NOT newline-terminated. |
|
|