| Package | Description | 
|---|---|
| edu.uci.ics.jung.graph | Interfaces for the JUNG graph types, and some representative implementations. | 
| org.girod.jgraphml.model | This package contains the graphml model classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTypedGraph<V,E>An abstract class for graphs whose edges all have the same  EdgeType. | 
| class  | DirectedOrderedSparseMultigraph<V,E>An implementation of  DirectedGraph, suitable for sparse graphs,
 that orders its vertex and edge collections
 according to insertion time. | 
| class  | DirectedSparseGraph<V,E>An implementation of  DirectedGraphsuitable for sparse graphs. | 
| class  | DirectedSparseMultigraph<V,E>An implementation of  DirectedGraph, suitable for sparse graphs,
 that permits parallel edges. | 
| class  | OrderedKAryTree<V,E>An implementation of  Treein which each vertex has
 <= k children. | 
| class  | OrderedSparseMultigraph<V,E>An implementation of  Graphthat orders its vertex and edge collections
 according to insertion time, is suitable for sparse graphs, and
 permits directed, undirected, and parallel edges. | 
| class  | SortedSparseMultigraph<V,E>An implementation of  Graphthat 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. | 
| class  | SparseGraph<V,E>An implementation of  Graphthat is suitable for sparse graphs and
 permits both directed and undirected edges. | 
| class  | SparseMultigraph<V,E>An implementation of  Graphthat is suitable for sparse graphs
 and permits directed, undirected, and parallel edges. | 
| class  | UndirectedOrderedSparseMultigraph<V,E>An implementation of  UndirectedGraphthat is suitable for sparse graphs,
 orders its vertex and edge collections according to insertion time, and permits
 parallel edges. | 
| class  | UndirectedSparseGraph<V,E>An implementation of  UndirectedGraphthat is suitable
 for sparse graphs. | 
| class  | UndirectedSparseMultigraph<V,E>An implementation of  UndirectedGraphthat is suitable for
 sparse graphs and permits parallel edges. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractGraphMLDiagramAn abstract graphml diagram. | 
| class  | GraphMLDiagramA graphml diagram. | 
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence