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()
Deprecated.
specifics can be changed by overriding directly
AbstractBaseGraph.createSpecifics() . |
protected Specifics<V,E> |
AbstractBaseGraph.createSpecifics()
Create the specifics for this graph.
|
protected Specifics<V,E> |
AbstractBaseGraph.createUndirectedSpecifics()
Deprecated.
specifics can be changed by overriding directly
AbstractBaseGraph.createSpecifics() . |
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 © 2017. All rights reserved.