Interface DirectedGraph<V,E>
- Type Parameters:
V- type specification for verticesE- type specification for edges
- All Superinterfaces:
Graph<V,E>, Hypergraph<V, E>
- All Known Implementing Classes:
DelegateForest, DelegateTree, DirectedOrderedSparseMultigraph, DirectedSparseGraph, DirectedSparseMultigraph, Graphs.SynchronizedDirectedGraph, Graphs.SynchronizedForest, Graphs.SynchronizedTree, Graphs.UnmodifiableDirectedGraph, Graphs.UnmodifiableForest, Graphs.UnmodifiableTree, OrderedKAryTree
A tagging interface for implementations of
Graph
that accept only directed edges.-
Method Summary
Methods inherited from interface Graph
addEdge, addEdge, getDest, getEndpoints, getInEdges, getOpposite, getOutEdges, getPredecessorCount, getPredecessors, getSource, getSuccessorCount, getSuccessors, inDegree, isDest, isPredecessor, isSource, isSuccessor, outDegreeMethods inherited from interface Hypergraph
addEdge, addEdge, addVertex, containsEdge, containsVertex, degree, findEdge, findEdgeSet, getDefaultEdgeType, getEdgeCount, getEdgeCount, getEdges, getEdges, getEdgeType, getIncidentCount, getIncidentEdges, getIncidentVertices, getNeighborCount, getNeighbors, getVertexCount, getVertices, isIncident, isNeighbor, removeEdge, removeVertex