| 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)
Get the edge container for specified vertex.
|
| Constructor and Description |
|---|
DirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap)
Construct a new directed specifics.
|
DirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap,
EdgeSetFactory<V,E> edgeSetFactory)
Construct a new directed specifics.
|
FastLookupDirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap)
Construct a new fast lookup directed specifics.
|
FastLookupDirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap,
EdgeSetFactory<V,E> edgeSetFactory)
Construct a new fast lookup directed specifics.
|
Copyright © 2018. All rights reserved.