Package org.jgrapht.experimental.dag
Interface DirectedAcyclicGraph.TopoOrderMappingFactory<V>
-
- Type Parameters:
V
- the graph vertex type
- All Known Implementing Classes:
DirectedAcyclicGraph.TopoVertexBiMap
,DirectedAcyclicGraph.TopoVertexMap
- Enclosing class:
- DirectedAcyclicGraph<V,E>
public static interface DirectedAcyclicGraph.TopoOrderMappingFactory<V>
A factory forDirectedAcyclicGraph.TopoOrderMapping
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectedAcyclicGraph.TopoOrderMapping<V>
getTopoOrderMapping()
Create a new instance of aDirectedAcyclicGraph.TopoOrderMapping
.
-
-
-
Method Detail
-
getTopoOrderMapping
DirectedAcyclicGraph.TopoOrderMapping<V> getTopoOrderMapping()
Create a new instance of aDirectedAcyclicGraph.TopoOrderMapping
.- Returns:
- a new instance of a
DirectedAcyclicGraph.TopoOrderMapping
-
-