Uses of Interface
edu.uci.ics.jung.graph.MultiGraph
Packages that use MultiGraph
Package
Description
Interfaces for the JUNG graph types, and some representative implementations.
-
Uses of MultiGraph in edu.uci.ics.jung.graph
Classes in edu.uci.ics.jung.graph that implement MultiGraphModifier and TypeClassDescriptionclassAn implementation ofDirectedGraph, suitable for sparse graphs, that orders its vertex and edge collections according to insertion time.classAn implementation ofDirectedGraph, suitable for sparse graphs, that permits parallel edges.classAn implementation ofGraphthat orders its vertex and edge collections according to insertion time, is suitable for sparse graphs, and permits directed, undirected, and parallel edges.classSetHypergraph<V,H> An implementation ofHypergraphthat is suitable for sparse graphs and permits parallel edges.classAn implementation ofGraphthat is suitable for sparse graphs, orders its vertex and edge collections according to either specifiedComparatorinstances or the natural ordering of their elements, and permits directed, undirected, and parallel edges.classSparseMultigraph<V,E> An implementation ofGraphthat is suitable for sparse graphs and permits directed, undirected, and parallel edges.classAn implementation ofUndirectedGraphthat is suitable for sparse graphs, orders its vertex and edge collections according to insertion time, and permits parallel edges.classAn implementation ofUndirectedGraphthat is suitable for sparse graphs and permits parallel edges.