Uses of Class
org.jgrapht.graph.DirectedPseudograph
Packages that use DirectedPseudograph
-
Uses of DirectedPseudograph in org.jgrapht.graph
Subclasses of DirectedPseudograph in org.jgrapht.graphModifier and TypeClassDescriptionclass
A directed weighted pseudograph.Methods in org.jgrapht.graph that return types with arguments of type DirectedPseudographModifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends DirectedPseudograph<V, E>> DirectedPseudograph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends DirectedPseudograph<V, E>> DirectedPseudograph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.