Uses of Interface
org.graph4j.DirectedMultigraph
Packages that use DirectedMultigraph
Package
Description
The main interfaces and classes for representing and using graphs.
Graph generators of various kinds.
-
Uses of DirectedMultigraph in org.graph4j
Subinterfaces of DirectedMultigraph in org.graph4jModifier and TypeInterfaceDescriptioninterfaceDirectedPseudograph<V,E> Multiple (parallel) edges are allowed.Methods in org.graph4j that return DirectedMultigraphModifier and TypeMethodDescriptionGraphBuilder.buildDirectedMultigraph()Builds a directed graph, without self loops, allowing multiple edges between two vertices.DirectedMultigraph.copy()DirectedMultigraph.subgraph(Collection<Edge> edges) static DirectedMultigraphGraphUtils.toDirectedMultigraph(Multigraph graph) -
Uses of DirectedMultigraph in org.graph4j.generators
Methods in org.graph4j.generators that return DirectedMultigraphModifier and TypeMethodDescriptionRandomGnmGraphGenerator.createDirectedMultigraph()RandomGnpGraphGenerator.createDirectedMultigraph()