Interface GEdge<V>
- Type Parameters:
V- the type of vertices
- All Known Subinterfaces:
GWeightedEdge<V>, VisualEdge<V>
- All Known Implementing Classes:
AbstractVisualEdge, AssemblyContextGraph.Edge, CodeBlockEdge, DefaultGEdge, MutableGDirectedGraphWrapper.DummyEdge
public interface GEdge<V>
An edge in a (usually directed) graph
-
Method Summary
-
Method Details
-
getStart
V getStart()Get the start, or tail, of the edgeIn the edge x -> y, x is the start
- Returns:
- the start
-
getEnd
-