Uses of Interface
org.jgrapht.graph.GraphSpecificsStrategy
-
Packages that use GraphSpecificsStrategy Package Description org.jgrapht.graph Implementations of various graphs. -
-
Uses of GraphSpecificsStrategy in org.jgrapht.graph
Classes in org.jgrapht.graph that implement GraphSpecificsStrategy Modifier and Type Class Description class
DefaultGraphSpecificsStrategy<V,E>
A default lookup specifics strategy implementation.class
FastLookupGraphSpecificsStrategy<V,E>
The fast lookup specifics strategy implementation.Constructors in org.jgrapht.graph with parameters of type GraphSpecificsStrategy Constructor Description AbstractBaseGraph(java.util.function.Supplier<V> vertexSupplier, java.util.function.Supplier<E> edgeSupplier, GraphType type, GraphSpecificsStrategy<V,E> graphSpecificsStrategy)
Construct a new graph.
-