Uses of Class
org.jgrapht.graph.specifics.DirectedEdgeContainer
Packages that use DirectedEdgeContainer
Package
Description
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 DirectedEdgeContainerModifier and TypeFieldDescriptionprotected Map<V,
DirectedEdgeContainer<V, E>> DirectedSpecifics.vertexMap
Methods in org.jgrapht.graph.specifics that return DirectedEdgeContainerModifier and TypeMethodDescriptionprotected 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 DirectedEdgeContainerModifierConstructorDescriptionDirectedSpecifics
(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.