Uses of Class
edu.uci.ics.jung.graph.AbstractTypedGraph
Packages that use AbstractTypedGraph
Package
Description
Interfaces for the JUNG graph types, and some representative implementations.
-
Uses of AbstractTypedGraph in edu.uci.ics.jung.graph
Subclasses of AbstractTypedGraph in edu.uci.ics.jung.graphModifier and TypeClassDescriptionclassAn 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 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.