| Package | Description | 
|---|---|
| org.jgrapht.graph | Implementations of various graphs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultDirectedWeightedGraph<V,E>The default implementation of a directed weighted graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V,E> GraphBuilder<V,E,? extends DefaultDirectedGraph<V,E>> | DefaultDirectedGraph. createBuilder(Class<? extends E> edgeClass)Create a builder for this kind of graph. | 
| static <V,E> GraphBuilder<V,E,? extends DefaultDirectedGraph<V,E>> | DefaultDirectedGraph. createBuilder(Supplier<E> edgeSupplier)Create a builder for this kind of graph. | 
Copyright © 2019. All rights reserved.