|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractArchetypeGraph | |
---|---|
edu.uci.ics.jung.graph.impl | Implementations of the JUNG vertex, edge, and graph interfaces. |
Uses of AbstractArchetypeGraph in edu.uci.ics.jung.graph.impl |
---|
Subclasses of AbstractArchetypeGraph in edu.uci.ics.jung.graph.impl | |
---|---|
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. |
Methods in edu.uci.ics.jung.graph.impl with parameters of type AbstractArchetypeGraph | |
---|---|
protected void |
AbstractElement.addGraph_internal(AbstractArchetypeGraph g)
Attaches this vertex to the specified graph g . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |