Interface DirectedGraph<V extends Vertex,E extends DirectedEdge<V>>
-
- All Superinterfaces:
Graph<V,E>
- All Known Subinterfaces:
BiDiTree<N>,CompleteTree<N,E>
- All Known Implementing Classes:
BiDiTreeImpl,ChangeTree
public interface DirectedGraph<V extends Vertex,E extends DirectedEdge<V>> extends Graph<V,E>
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.datastructures.graph.Graph
getEdges, getVertices
-
-