Uses of Class
org.jgrapht.graph.Pseudograph
-
Packages that use Pseudograph Package Description org.jgrapht.graph Implementations of various graphs. -
-
Uses of Pseudograph in org.jgrapht.graph
Subclasses of Pseudograph in org.jgrapht.graph Modifier and Type Class Description class
WeightedPseudograph<V,E>
A weighted pseudograph.Methods in org.jgrapht.graph that return types with arguments of type Pseudograph Modifier and Type Method Description static <V,E>
UndirectedGraphBuilderBase<V,E,? extends Pseudograph<V,E>,?>Pseudograph. builder(java.lang.Class<? extends E> edgeClass)
Create a builder for this kind of graph.static <V,E>
UndirectedGraphBuilderBase<V,E,? extends Pseudograph<V,E>,?>Pseudograph. builder(EdgeFactory<V,E> ef)
Create a builder for this kind of graph.
-