Uses of Class
edu.uci.ics.jung.graph.DirectedSparseMultigraph
Packages that use DirectedSparseMultigraph
Package
Description
Interfaces for the JUNG graph types, and some representative implementations.
-
Uses of DirectedSparseMultigraph in edu.uci.ics.jung.graph
Subclasses of DirectedSparseMultigraph in edu.uci.ics.jung.graphModifier and TypeClassDescriptionclass
An implementation ofDirectedGraph
, suitable for sparse graphs, that orders its vertex and edge collections according to insertion time.