Uses of Interface
org.jgrapht.graph.specifics.Specifics
Package
Description
Implementations of various graphs.
Implementations of specifics for various graph types.
Specialized graph implementations using the FastUtil library
-
Uses of Specifics in org.jgrapht.graph
Modifier and TypeMethodDescriptionDefaultGraphSpecificsStrategy.getSpecificsFactory()
FastLookupGraphSpecificsStrategy.getSpecificsFactory()
GraphSpecificsStrategy.getSpecificsFactory()
Get a function which creates the specifics. -
Uses of Specifics in org.jgrapht.graph.specifics
Modifier and TypeClassDescriptionclass
DirectedSpecifics<V,
E> Plain implementation of DirectedSpecifics.class
Fast implementation of DirectedSpecifics.class
Fast implementation of UndirectedSpecifics.class
UndirectedSpecifics<V,
E> Plain implementation of UndirectedSpecifics. -
Uses of Specifics in org.jgrapht.opt.graph.fastutil
Modifier and TypeMethodDescriptionFastutilFastLookupGSS.getSpecificsFactory()
FastutilFastLookupIntVertexGSS.getSpecificsFactory()
FastutilGSS.getSpecificsFactory()
FastutilIntVertexGSS.getSpecificsFactory()