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.vertexMap |
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(Graph<V,E> graph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap,
EdgeSetFactory<V,E> edgeSetFactory)
Construct a new directed specifics.
|
FastLookupDirectedSpecifics(Graph<V,E> graph,
Map<V,DirectedEdgeContainer<V,E>> vertexMap,
Map<Pair<V,V>,Set<E>> touchingVerticesToEdgeMap,
EdgeSetFactory<V,E> edgeSetFactory)
Construct a new fast lookup directed specifics.
|
Copyright © 2019. All rights reserved.