Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
Modifier and Type | Method and Description |
---|---|
protected Specifics<V,E> |
AbstractBaseGraph.createDirectedSpecifics()
Create directed specifics for the graph
|
protected Specifics<V,E> |
AbstractBaseGraph.createUndirectedSpecifics()
Create undirected specifics for the graph
|
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.
|
Copyright © 2016. All rights reserved.