Uses of Interface
org.jgrapht.graph.specifics.Specifics
-
Packages that use 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 class
DirectedSpecifics<V,E>
Plain implementation of DirectedSpecifics.class
FastLookupDirectedSpecifics<V,E>
Fast implementation of DirectedSpecifics.class
FastLookupUndirectedSpecifics<V,E>
Fast implementation of UndirectedSpecifics.class
UndirectedSpecifics<V,E>
Plain implementation of UndirectedSpecifics.
-