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.
|
org.jgrapht.opt.graph.fastutil |
Specialized graph implementations using the FastUtil library
|
-
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. -
Uses of Specifics in org.jgrapht.opt.graph.fastutil
Methods in org.jgrapht.opt.graph.fastutil that return types with arguments of type Specifics Modifier and Type Method Description java.util.function.BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>
FastutilFastLookupGSS. getSpecificsFactory()
java.util.function.BiFunction<Graph<java.lang.Integer,E>,GraphType,Specifics<java.lang.Integer,E>>
FastutilFastLookupIntVertexGSS. getSpecificsFactory()
java.util.function.BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>
FastutilGSS. getSpecificsFactory()
java.util.function.BiFunction<Graph<java.lang.Integer,E>,GraphType,Specifics<java.lang.Integer,E>>
FastutilIntVertexGSS. getSpecificsFactory()