Class Arc<V,A>

java.lang.Object
org.jhotdraw8.graph.Arc<V,A>
Type Parameters:
V - the vertex data type
A - the arrow data type

public class Arc<V,A> extends Object
Data record for an arrow with associated data in a directed graph.

"Arc" is used as a synonym for arrow in some definitions for directed graphs. In this design, "Arc" explicitly means a data object that contains the start and end vertices of and arrow and an associated data object.