Uses of Class
edu.uci.ics.jung.graph.AbstractGraph
Packages that use AbstractGraph
Package
Description
Interfaces for the JUNG graph types, and some representative implementations.
-
Uses of AbstractGraph in edu.uci.ics.jung.graph
Subclasses of AbstractGraph in edu.uci.ics.jung.graphModifier and TypeClassDescriptionclassAbstractTypedGraph<V,E> An abstract class for graphs whose edges all have the sameEdgeType.classAn implementation ofDirectedGraph, suitable for sparse graphs, that orders its vertex and edge collections according to insertion time.classDirectedSparseGraph<V,E> An implementation ofDirectedGraphsuitable for sparse graphs.classAn implementation ofDirectedGraph, suitable for sparse graphs, that permits parallel edges.classOrderedKAryTree<V,E> An implementation ofTreein which each vertex has ≤ k children.classAn implementation ofGraphthat orders its vertex and edge collections according to insertion time, is suitable for sparse graphs, and permits directed, undirected, and parallel edges.classAn implementation ofGraphthat is suitable for sparse graphs, orders its vertex and edge collections according to either specifiedComparatorinstances or the natural ordering of their elements, and permits directed, undirected, and parallel edges.classSparseGraph<V,E> An implementation ofGraphthat is suitable for sparse graphs and permits both directed and undirected edges.classSparseMultigraph<V,E> An implementation ofGraphthat is suitable for sparse graphs and permits directed, undirected, and parallel edges.classAn implementation ofUndirectedGraphthat is suitable for sparse graphs, orders its vertex and edge collections according to insertion time, and permits parallel edges.classAn implementation ofUndirectedGraphthat is suitable for sparse graphs.classAn implementation ofUndirectedGraphthat is suitable for sparse graphs and permits parallel edges.