Uses of Interface
org.jgrapht.graph.GraphSpecificsStrategy
Packages that use GraphSpecificsStrategy
Package
Description
Implementations of various graphs.
Specialized graph implementations using the FastUtil library
-
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. -
Uses of GraphSpecificsStrategy in org.jgrapht.opt.graph.fastutil
Classes in org.jgrapht.opt.graph.fastutil that implement GraphSpecificsStrategyModifier and TypeClassDescriptionclassThe fast lookup specifics strategy implementation using fastutil maps for storage..classA specifics strategy implementation using fastutil maps for storage specialized for integer vertices.classFastutilGSS<V,E> A specifics strategy implementation using fastutil maps for storage.classA specifics strategy implementation using fastutil maps for storage specialized for integer vertices.