- Type Parameters:
TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.TypeEdge
- The type of values stored in the edges. Must be a Comparable type.
- All Superinterfaces:
- BubuntuGraph, java.util.Collection<EdgeDirectedValuated<TypeVertex,TypeEdge>>, Directed, Edges<TypeVertex,EdgeDirectedValuated<TypeVertex,TypeEdge>>, EdgesDirected<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>, EdgesDirectedValuated<TypeVertex,TypeEdge>, EdgesMulti<TypeVertex,EdgeDirectedValuated<TypeVertex,TypeEdge>>, EdgesMultiDirected<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>, EdgesMultiValuated<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>, EdgesValuated<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>, java.lang.Iterable<EdgeDirectedValuated<TypeVertex,TypeEdge>>, Multi, Valuated
public interface EdgesMultiDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
extends EdgesDirectedValuated<TypeVertex,TypeEdge>, EdgesMultiDirected<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>, EdgesMultiValuated<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>
Interface of directed and valuated edge collections for multi graphs.
- Version:
- 2013.11.27
- Author:
- Rémi Vernay (remi.vernay@bubuntu.net)