Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Method and Description |
---|---|
static <V,E> DirectedWeightedGraphBuilderBase<V,E,? extends DefaultDirectedWeightedGraph<V,E>,?> |
DefaultDirectedWeightedGraph.builder(Class<? extends E> edgeClass) |
static <V,E> DirectedWeightedGraphBuilderBase<V,E,? extends DefaultDirectedWeightedGraph<V,E>,?> |
DefaultDirectedWeightedGraph.builder(EdgeFactory<V,E> ef) |
Copyright © 2016. All rights reserved.