Package edu.uci.ics.jung.graph

Interface Summary
ArchetypeEdge A interface for edge implementations in generalized graphs.
ArchetypeGraph A generalized graph which consists of an ArchetypeVertex set and an ArchetypeEdge set.
ArchetypeVertex A interface for vertex implementations in generalized graphs.
DirectedEdge A type of Edge which imposes an ordering on its incident vertices.
DirectedGraph A tagging interface for implementations of Graph whose edge set consists of implementations of DirectedEdge.
Edge A specific type of ArchetypeEdge that connects exactly two instances of Vertex.
Graph A specific type of ArchetypeGraph which consists of a Vertex set and an Edge set.
Hyperedge A Hyperedge is a part of a hypergraph that connects to zero or more Hypervertices.
Hypergraph A Hypergraph consists of hypervertices and hyperedges.
Hypervertex created Dec 28, 2003
KPartiteGraph An interface for k-partite graphs.
UndirectedEdge A tagging interface for implementations of Edge that do not impose an ordering on their incident vertices.
UndirectedGraph A tagging interface for implementations of Graph whose edge set consists of implementations of UndirectedEdge.
Vertex A specific type of ArchetypeVertex that can be connected by instances of Edge.