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 classDirectedWeightedPseudograph<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>
DirectedGraphBuilderBase<V,E,? extends DirectedPseudograph<V,E>,?>DirectedPseudograph. builder(java.lang.Class<? extends E> edgeClass)Create a builder for this kind of graph.static <V,E>
DirectedGraphBuilderBase<V,E,? extends DirectedPseudograph<V,E>,?>DirectedPseudograph. builder(EdgeFactory<V,E> ef)Create a builder for this kind of graph.
-