Uses of Interface
org.jgrapht.graph.specifics.Specifics
| Package | Description |
|---|---|
| org.jgrapht.graph |
Implementations of various graphs.
|
| org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
-
Uses of Specifics in org.jgrapht.graph
Methods in org.jgrapht.graph that return types with arguments of type Specifics Modifier and Type Method Description java.util.function.BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>DefaultGraphSpecificsStrategy. getSpecificsFactory()java.util.function.BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>FastLookupGraphSpecificsStrategy. getSpecificsFactory()java.util.function.BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>GraphSpecificsStrategy. getSpecificsFactory()Get a function which creates the specifics. -
Uses of Specifics in org.jgrapht.graph.specifics
Classes in org.jgrapht.graph.specifics that implement Specifics Modifier and Type Class Description classDirectedSpecifics<V,E>Plain implementation of DirectedSpecifics.classFastLookupDirectedSpecifics<V,E>Fast implementation of DirectedSpecifics.classFastLookupUndirectedSpecifics<V,E>Fast implementation of UndirectedSpecifics.classUndirectedSpecifics<V,E>Plain implementation of UndirectedSpecifics.