Package | Description |
---|---|
org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
Modifier and Type | Field and Description |
---|---|
protected Map<V,DirectedEdgeContainer<V,E>> |
DirectedSpecifics.vertexMapDirected |
Modifier and Type | Method and Description |
---|---|
protected DirectedEdgeContainer<V,E> |
DirectedSpecifics.getEdgeContainer(V vertex)
A lazy build of edge container for specified vertex.
|
Constructor and Description |
---|
DirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap)
Construct a new directed specifics.
|
FastLookupDirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap)
Construct a new fast lookup directed specifics.
|
Copyright © 2016. All rights reserved.