Uses of Class
org.jgrapht.graph.specifics.DirectedEdgeContainer
| Package | Description |
|---|---|
| org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
-
Uses of DirectedEdgeContainer in org.jgrapht.graph.specifics
Fields in org.jgrapht.graph.specifics with type parameters of type DirectedEdgeContainer Modifier and Type Field Description protected java.util.Map<V,DirectedEdgeContainer<V,E>>DirectedSpecifics. vertexMapMethods in org.jgrapht.graph.specifics that return DirectedEdgeContainer Modifier and Type Method Description protected DirectedEdgeContainer<V,E>DirectedSpecifics. getEdgeContainer(V vertex)Get the edge container for specified vertex.Constructor parameters in org.jgrapht.graph.specifics with type arguments of type DirectedEdgeContainer Constructor Description DirectedSpecifics(Graph<V,E> graph, java.util.Map<V,DirectedEdgeContainer<V,E>> vertexMap, EdgeSetFactory<V,E> edgeSetFactory)Construct a new directed specifics.FastLookupDirectedSpecifics(Graph<V,E> graph, java.util.Map<V,DirectedEdgeContainer<V,E>> vertexMap, java.util.Map<Pair<V,V>,java.util.Set<E>> touchingVerticesToEdgeMap, EdgeSetFactory<V,E> edgeSetFactory)Construct a new fast lookup directed specifics.