Package | Description |
---|---|
edu.uci.ics.jung.graph.impl |
Implementations of the JUNG vertex, edge, and graph interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSparseGraph
This class provides a skeletal implementation of the
Graph
interface to minimize the effort required to implement this interface. |
class |
BipartiteGraph
A Bipartite graph is divided into A vertices and B vertices.
|
class |
DirectedSparseGraph
An implementation of
Graph that consists of a
Vertex set and a DirectedEdge set. |
class |
HypergraphBPG
Deprecated.
As of version 1.7, replaced by
SetHypergraph . |
class |
KPartiteSparseGraph
An implementation of KPartiteGraph based on SparseGraph.
|
class |
SetHypergraph
A basic implementation of
Hypergraph . |
class |
SparseGraph
An implementation of
AbstractSparseGraph that, by default, imposes no
constraints on the edges and vertices that may be added to it. |
class |
SparseTree
An implementation of
Graph that consists of a
Vertex set and a DirectedEdge set. |
class |
UndirectedSparseGraph
An implementation of
Graph that consists of a
Vertex set and an UndirectedEdge set. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractElement.addGraph_internal(AbstractArchetypeGraph g)
Attaches this vertex to the specified graph
g . |