Uses of Class
org.jgrapht.graph.DirectedPseudograph
-
Packages that use DirectedPseudograph Package Description org.jgrapht.graph Implementations of various graphs. -
-
Uses of DirectedPseudograph in org.jgrapht.graph
Subclasses of DirectedPseudograph in org.jgrapht.graph Modifier and Type Class Description class
DirectedWeightedPseudograph<V,E>
A directed weighted pseudograph.Methods in org.jgrapht.graph that return types with arguments of type DirectedPseudograph Modifier and Type Method Description static <V,E>
GraphBuilder<V,E,? extends DirectedPseudograph<V,E>>DirectedPseudograph. createBuilder(java.lang.Class<? extends E> edgeClass)
Create a builder for this kind of graph.static <V,E>
GraphBuilder<V,E,? extends DirectedPseudograph<V,E>>DirectedPseudograph. createBuilder(java.util.function.Supplier<E> edgeSupplier)
Create a builder for this kind of graph.
-