| Package | Description |
|---|---|
| edu.uci.ics.jung.graph |
| Class and Description |
|---|
| AbstractGraph
Abstract implementation of the
Graph interface. |
| AbstractTypedGraph
An abstract class for graphs whose edges all have the same
EdgeType. |
| DirectedSparseMultigraph
An implementation of
DirectedGraph, suitable for sparse graphs,
that permits parallel edges. |
| OrderedKAryTree.VertexData |
| OrderedSparseMultigraph
An implementation of
Graph that orders its vertex and edge collections
according to insertion time, is suitable for sparse graphs, and
permits directed, undirected, and parallel edges. |
| SparseMultigraph
An implementation of
Graph that is suitable for sparse graphs
and permits directed, undirected, and parallel edges. |
| UndirectedSparseMultigraph
An implementation of
UndirectedGraph that is suitable for
sparse graphs and permits parallel edges. |
Copyright © 2016. All rights reserved.