| Package | Description |
|---|---|
| edu.uci.ics.jung.graph |
Interfaces for the JUNG graph types, and some representative implementations.
|
| edu.uci.ics.jung.graph.util |
Utility interfaces and classes for the JUNG API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Forest<V,E>
An interface for a graph which consists of a collection of rooted
directed acyclic graphs.
|
interface |
Tree<V,E>
A subtype of
Graph which is a (directed, rooted) tree. |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> DirectedGraph<V,E> |
Graphs.synchronizedDirectedGraph(DirectedGraph<V,E> graph)
Returns a synchronized DirectedGraph backed by the passed DirectedGraph.
|
static <V,E> DirectedGraph<V,E> |
Graphs.unmodifiableDirectedGraph(DirectedGraph<V,E> graph)
Returns an unmodifiable
DirectedGraph backed by the passed graph. |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> DirectedGraph<V,E> |
Graphs.synchronizedDirectedGraph(DirectedGraph<V,E> graph)
Returns a synchronized DirectedGraph backed by the passed DirectedGraph.
|
static <V,E> DirectedGraph<V,E> |
Graphs.unmodifiableDirectedGraph(DirectedGraph<V,E> graph)
Returns an unmodifiable
DirectedGraph backed by the passed graph. |
Copyright © 2016. All rights reserved.