Uses of Interface
org.graph4j.Pseudograph
Packages that use Pseudograph
Package
Description
The main interfaces and classes for representing and using graphs.
Graph generators of various kinds.
-
Uses of Pseudograph in org.graph4j
Subinterfaces of Pseudograph in org.graph4jModifier and TypeInterfaceDescriptioninterfaceDirectedPseudograph<V,E> Multiple (parallel) edges are allowed.Methods in org.graph4j that return PseudographModifier and TypeMethodDescriptionGraphBuilder.buildPseudograph()Builds an undirected graph, allowing both multiple edges between two vertices and self loops.Pseudograph.copy()Pseudograph.subgraph(Collection<Edge> edges) Methods in org.graph4j with parameters of type PseudographModifier and TypeMethodDescriptionstatic DirectedPseudographGraphUtils.toDirectedPseudograph(Pseudograph graph) -
Uses of Pseudograph in org.graph4j.generators
Methods in org.graph4j.generators that return PseudographModifier and TypeMethodDescriptionRandomGnmGraphGenerator.createPseudograph()RandomGnpGraphGenerator.createPseudograph()