Uses of Interface
org.jgrapht.graph.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 classDefaultGraphSpecificsStrategy<V,E>A default lookup specifics strategy implementation.classFastLookupGraphSpecificsStrategy<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.