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.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 BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>
DefaultGraphSpecificsStrategy. getSpecificsFactory()
BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>
FastLookupGraphSpecificsStrategy. getSpecificsFactory()
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 BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>
FastutilFastLookupGSS. getSpecificsFactory()
BiFunction<Graph<Integer,E>,GraphType,Specifics<Integer,E>>
FastutilFastLookupIntVertexGSS. getSpecificsFactory()
BiFunction<Graph<V,E>,GraphType,Specifics<V,E>>
FastutilGSS. getSpecificsFactory()
BiFunction<Graph<Integer,E>,GraphType,Specifics<Integer,E>>
FastutilIntVertexGSS. getSpecificsFactory()
-