Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.concurrent |
Implementations of various concurrent graph structures.
|
Modifier and Type | Class and Description |
---|---|
class |
AsUndirectedGraph<V,E>
An undirected view of the backing directed graph specified in the constructor.
|
class |
AsUnmodifiableGraph<V,E>
An unmodifiable view of the backing graph specified in the constructor.
|
class |
AsUnweightedGraph<V,E>
Provides an unweighted view on a graph.
|
class |
AsWeightedGraph<V,E>
Provides a weighted view of a graph.
|
class |
DefaultListenableGraph<V,E>
A graph backed by the the graph specified at the constructor, which can be listened by
GraphListener s and by
VertexSetListener s. |
class |
EdgeReversedGraph<V,E>
Provides an edge-reversed view $g'$ of a directed graph $g$.
|
class |
ParanoidGraph<V,E>
ParanoidGraph provides a way to verify that objects added to a graph obey the standard
equals/hashCode contract.
|
Modifier and Type | Class and Description |
---|---|
class |
AsSynchronizedGraph<V,E>
Create a synchronized (thread-safe) Graph backed by the specified Graph.
|
Copyright © 2019. All rights reserved.