Uses of Interface
org.graph4j.DirectedPseudograph
Packages that use DirectedPseudograph
Package
Description
The main interfaces and classes for representing and using graphs.
Graph generators of various kinds.
-
Uses of DirectedPseudograph in org.graph4j
Methods in org.graph4j that return DirectedPseudographModifier and TypeMethodDescriptionGraphBuilder.buildDirectedPseudograph()Builds a directed graph, allowing both multiple edges between two vertices and self loops.DirectedPseudograph.copy()DirectedPseudograph.subgraph(Collection<Edge> edges) static DirectedPseudographGraphUtils.toDirectedPseudograph(Pseudograph graph) -
Uses of DirectedPseudograph in org.graph4j.generators
Methods in org.graph4j.generators that return DirectedPseudographModifier and TypeMethodDescriptionRandomGnmGraphGenerator.createDirectedPseudograph()RandomGnpGraphGenerator.createDirectedPseudograph()