| Package | Description | 
|---|---|
| org.jgrapht.graph | 
 Implementations of various graphs. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DirectedWeightedPseudograph<V,E>
A directed weighted pseudograph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <V,E> DirectedGraphBuilderBase<V,E,? extends DirectedPseudograph<V,E>,?> | 
DirectedPseudograph.builder(Class<? extends E> edgeClass)
Create a builder for this kind of graph. 
 | 
static <V,E> DirectedGraphBuilderBase<V,E,? extends DirectedPseudograph<V,E>,?> | 
DirectedPseudograph.builder(EdgeFactory<V,E> ef)
Create a builder for this kind of graph. 
 | 
Copyright © 2016. All rights reserved.