java.lang.Object
org.jhotdraw8.graph.Arc<V,A>
- Type Parameters:
V- the vertex data typeA- the arrow data type
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.
-
Constructor Summary
Constructors -
Method Summary