Package | Description |
---|---|
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockCutpointGraph<V,E>
Deprecated.
Moved to package org.jgrapht.connectivity
|
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(EdgeFactory<V,E> ef)
Deprecated.
Use suppliers instead
|
static <V,E> GraphBuilder<V,E,? extends SimpleGraph<V,E>> |
SimpleGraph.createBuilder(Supplier<E> edgeSupplier)
Create a builder for this kind of graph.
|
Copyright © 2018. All rights reserved.