Uses of Interface
org.jgrapht.graph.DirectedAcyclicGraph.TopoOrderMap
Packages that use DirectedAcyclicGraph.TopoOrderMap
-
Uses of DirectedAcyclicGraph.TopoOrderMap in org.jgrapht.graph
Classes in org.jgrapht.graph that implement DirectedAcyclicGraph.TopoOrderMapModifier and TypeClassDescriptionprotected static class
A dual map implementation of the topological order map.protected class
An implementation of the topological order map which for performance and flexibility uses an ArrayList for topological index to vertex mapping, and a HashMap for vertex to topological index mapping.Constructors in org.jgrapht.graph with parameters of type DirectedAcyclicGraph.TopoOrderMapModifierConstructorDescriptionprotected
DirectedAcyclicGraph
(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, DirectedAcyclicGraph.VisitedStrategyFactory visitedStrategyFactory, DirectedAcyclicGraph.TopoOrderMap<V> topoOrderMap, boolean weighted) Construct a directed acyclic graph.protected
DirectedAcyclicGraph
(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, DirectedAcyclicGraph.VisitedStrategyFactory visitedStrategyFactory, DirectedAcyclicGraph.TopoOrderMap<V> topoOrderMap, boolean weighted, boolean allowMultipleEdges) Construct a directed acyclic graph.protected
DirectedAcyclicGraph
(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, DirectedAcyclicGraph.VisitedStrategyFactory visitedStrategyFactory, DirectedAcyclicGraph.TopoOrderMap<V> topoOrderMap, boolean weighted, boolean allowMultipleEdges, GraphSpecificsStrategy<V, E> graphSpecificsStrategy) Construct a directed acyclic graph.