Uses of Interface
org.jgrapht.graph.GraphSpecificsStrategy
Packages that use GraphSpecificsStrategy
-
Uses of GraphSpecificsStrategy in org.jgrapht.graph
Classes in org.jgrapht.graph that implement GraphSpecificsStrategyModifier and TypeClassDescriptionclassA default lookup specifics strategy implementation.classThe fast lookup specifics strategy implementation.Constructors in org.jgrapht.graph with parameters of type GraphSpecificsStrategyModifierConstructorDescriptionprotectedAbstractBaseGraph(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, GraphType type, GraphSpecificsStrategy<V, E> graphSpecificsStrategy) Construct a new graph.DirectedAcyclicGraph(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, boolean weighted, boolean allowMultipleEdges, GraphSpecificsStrategy<V, E> graphSpecificsStrategy) 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.