Uses of Interface
org.jgrapht.graph.DirectedAcyclicGraph.VisitedStrategyFactory
Packages that use DirectedAcyclicGraph.VisitedStrategyFactory
-
Uses of DirectedAcyclicGraph.VisitedStrategyFactory in org.jgrapht.graph
Classes in org.jgrapht.graph that implement DirectedAcyclicGraph.VisitedStrategyFactoryModifier and TypeClassDescriptionprotected static classA visited strategy using an array.protected static classA visited strategy using anArrayList.protected static classA visited strategy which uses aBitSet.protected static classA visited strategy using aHashSet.Constructors in org.jgrapht.graph with parameters of type DirectedAcyclicGraph.VisitedStrategyFactoryModifierConstructorDescriptionprotectedDirectedAcyclicGraph(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, DirectedAcyclicGraph.VisitedStrategyFactory visitedStrategyFactory, DirectedAcyclicGraph.TopoOrderMap<V> topoOrderMap, boolean weighted) Construct a directed acyclic graph.protectedDirectedAcyclicGraph(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, DirectedAcyclicGraph.VisitedStrategyFactory visitedStrategyFactory, DirectedAcyclicGraph.TopoOrderMap<V> topoOrderMap, boolean weighted, boolean allowMultipleEdges) Construct a directed acyclic graph.protectedDirectedAcyclicGraph(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.