TypeVertex - The type of values stored in the vertices. Must be a Comparable type.public interface GraphMultiDirected<TypeVertex extends java.lang.Comparable<TypeVertex>> extends GraphMulti<TypeVertex>, GraphDirected<TypeVertex>
| Modifier and Type | Method and Description | 
|---|---|
| EdgesMultiDirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeDirected<TypeVertex>> | getEdges()Get the edges of the graph. | 
getVerticesclear, importFromEdgesMultiDirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeDirected<TypeVertex>> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphDirected<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphMulti<TypeVertex extends java.lang.Comparable<TypeVertex>>