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
|
Modifier and Type | Method and Description |
---|---|
BiFunction<Graph<V,E>,GraphType,Specifics<V,E>> |
FastLookupGraphSpecificsStrategy.getSpecificsFactory() |
BiFunction<Graph<V,E>,GraphType,Specifics<V,E>> |
DefaultGraphSpecificsStrategy.getSpecificsFactory() |
BiFunction<Graph<V,E>,GraphType,Specifics<V,E>> |
GraphSpecificsStrategy.getSpecificsFactory()
Get a function which creates the specifics.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
BiFunction<Graph<Integer,E>,GraphType,Specifics<Integer,E>> |
FastutilIntVertexGSS.getSpecificsFactory() |
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() |
Copyright © 2019. All rights reserved.