| Package | Description | 
|---|---|
| org.jgrapht.alg.connectivity | 
 Algorithms dealing with various connectivity aspects of a graph. 
 | 
| org.jgrapht.graph | 
 Implementations of various graphs. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BlockCutpointGraph<V,E>
A Block-Cutpoint graph (also known as a block-cut tree). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleWeightedGraph<V,E>
A simple weighted graph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <V,E> GraphBuilder<V,E,? extends SimpleGraph<V,E>> | 
SimpleGraph.createBuilder(Class<? extends E> edgeClass)
Create a builder for this kind of graph. 
 | 
static <V,E> GraphBuilder<V,E,? extends SimpleGraph<V,E>> | 
SimpleGraph.createBuilder(Supplier<E> edgeSupplier)
Create a builder for this kind of graph. 
 | 
Copyright © 2019. All rights reserved.