- Type Parameters:
V- the vertex typeA- the arrow data type
- All Superinterfaces:
BareBidiGraph<V,,A> BareDirectedGraph<V,,A> BareDirectedVertexGraph<V>,BidiGraph<V,,A> DirectedGraph<V,,A> MutableDirectedGraph<V,A>
- All Known Implementing Classes:
SimpleMutableBidiGraph
Interface for a mutable directed graph that allows to follow arrows in
backward direction.
-
Method Summary
Methods inherited from interface org.jhotdraw8.graph.BareBidiGraph
getPrev, getPrevArrow, getPrevCountMethods inherited from interface org.jhotdraw8.graph.BareDirectedGraph
getNextArrowMethods inherited from interface org.jhotdraw8.graph.BareDirectedVertexGraph
getNext, getNextCount, getVerticesMethods inherited from interface org.jhotdraw8.graph.BidiGraph
findIndexOfPrev, getPrevArc, getPrevArcs, getPrevArrows, getPrevVertices, isPrev, searchPrevVertices, searchPrevVerticesMethods inherited from interface org.jhotdraw8.graph.DirectedGraph
findArrow, findIndexOfNext, getArrowCount, getArrows, getArrows, getNextArc, getNextArcs, getNextArrows, getNextVertices, getVertex, getVertexCount, isNext, searchNextVertices, searchNextVerticesMethods inherited from interface org.jhotdraw8.graph.MutableDirectedGraph
addArrow, addVertex, removeArrow, removeArrow, removeNext, removeVertex
-
Method Details
-
addBidiArrow
Adds an arrow from 'va' to 'vb' and an arrow from 'vb' to 'va'.- Parameters:
va- vertex avb- vertex barrow- the arrow data
-