Uses of Class
org.jgrapht.graph.GraphDelegator

Packages that use GraphDelegator
org.jgrapht.graph Implementations of various graphs. 
 

Uses of GraphDelegator in org.jgrapht.graph
 

Subclasses of GraphDelegator in org.jgrapht.graph
 class AsUndirectedGraph<V,E>
          An undirected view of the backing directed graph specified in the constructor.
 class AsUnweightedDirectedGraph<V,E>
          An unweighted view of the backing weighted graph specified in the constructor.
 class AsUnweightedGraph<V,E>
          An unweighted view of the backing weighted graph specified in the constructor.
 class AsWeightedGraph<V,E>
          A weighted view of the backing graph specified in the constructor.
 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 ListenableDirectedGraph<V,E>
          A directed graph which is also ListenableGraph.
 class ListenableDirectedWeightedGraph<V,E>
          A directed weighted graph which is also ListenableGraph.
 class ListenableUndirectedGraph<V,E>
          An undirected graph which is also ListenableGraph.
 class ListenableUndirectedWeightedGraph<V,E>
          An undirected weighted graph which is also ListenableGraph.
 class ParanoidGraph<V,E>
          ParanoidGraph provides a way to verify that objects added to a graph obey the standard equals/hashCode contract.
 class UnmodifiableDirectedGraph<V,E>
          A directed graph that cannot be modified.
 class UnmodifiableGraph<V,E>
          An unmodifiable view of the backing graph specified in the constructor.
 class UnmodifiableUndirectedGraph<V,E>
          An undirected graph that cannot be modified.
 



Copyright © 2013. All rights reserved.