Class DirectedPseudograph<V,E>

java.lang.Object
org.jgrapht.graph.AbstractGraph<V,E>
org.jgrapht.graph.AbstractBaseGraph<V,E>
org.jgrapht.graph.DirectedPseudograph<V,E>
All Implemented Interfaces:
Serializable, Cloneable, DirectedGraph<V,E>, Graph<V,E>

public class DirectedPseudograph<V,E> extends AbstractBaseGraph<V,E> implements DirectedGraph<V,E>
A directed pseudograph. A directed pseudograph is a non-simple directed graph in which both graph loops and multiple edges are permitted. If you're unsure about pseudographs, see: http://mathworld.wolfram.com/Pseudograph.html.
See Also: