See: Description
Interface | Description |
---|---|
DirectedEdge<VertexType> | |
DirectedGraph<VertexType,EdgeType extends DirectedEdge<VertexType>> | |
DirectedHyperEdge<VertexType> | |
DirectedHyperGraph<VertexType,EdgeType extends DirectedHyperEdge<VertexType>> | |
Edge<VertexType> | |
Graph<VertexType,EdgeType extends Edge<VertexType>> | |
UndirectedEdge<VertexType> | |
UndirectedHyperEdge<VertexType> | |
UndirectedHyperGraph<VertexType,EdgeType extends UndirectedHyperEdge<VertexType>> |
Class | Description |
---|---|
AbstractGraph<VertexType,EdgeType extends Edge<VertexType>> | |
DirectedEdgeVector<VertexType> | |
DirectedGraphHashSet<VertexType,EdgeType extends DirectedEdge<VertexType>> | |
DirectedHyperEdgeVector<VertexType> | |
DirectedHyperGraphHashSet<VertexType,EdgeType extends DirectedHyperEdge<VertexType>> | |
UndirectedEdgeVector<VertexType> | |
UndirectedHyperEdgeVector<VertexType> | |
UndirectedHyperGraphHashSet<VertexType,EdgeType extends UndirectedHyperEdge<VertexType>> |