| Package | Description |
|---|---|
| edu.uci.ics.jung.graph |
Interfaces for the JUNG graph types, and some representative implementations.
|
| edu.uci.ics.jung.graph.event |
Support for generating events in response to graph actions, especially mutations.
|
| edu.uci.ics.jung.graph.util |
Utility interfaces and classes for the JUNG API.
|
| Class and Description |
|---|
| DirectedGraph
A tagging interface for implementations of
Graph
that accept only directed edges. |
| Forest
An interface for a graph which consists of a collection of rooted
directed acyclic graphs.
|
| Graph
A graph consisting of a set of vertices of type
V
set and a set of edges of type E. |
| GraphDecorator
An implementation of
Graph that delegates its method calls to a
constructor-specified Graph instance. |
| Hypergraph
A hypergraph, consisting of a set of vertices of type
V
and a set of hyperedges of type E which connect the vertices. |
| Tree
A subtype of
Graph which is a (directed, rooted) tree. |
| Class and Description |
|---|
| Graph
A graph consisting of a set of vertices of type
V
set and a set of edges of type E. |
| Class and Description |
|---|
| DirectedGraph
A tagging interface for implementations of
Graph
that accept only directed edges. |
| Forest
An interface for a graph which consists of a collection of rooted
directed acyclic graphs.
|
| Graph
A graph consisting of a set of vertices of type
V
set and a set of edges of type E. |
| Tree
A subtype of
Graph which is a (directed, rooted) tree. |
| UndirectedGraph
A tagging interface for extensions of
Graph that
accept only undirected edges. |
Copyright © 2016. All rights reserved.