- 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>>, EdgesValuated<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>, java.lang.Iterable<EdgeDirectedValuated<TypeVertex,TypeEdge>>, Valuated
- All Known Subinterfaces:
- EdgesMultiDirectedValuated<TypeVertex,TypeEdge>, EdgesSimpleDirectedValuated<TypeVertex,TypeEdge>
public interface EdgesDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
extends EdgesDirected<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>, EdgesValuated<TypeVertex,TypeEdge,EdgeDirectedValuated<TypeVertex,TypeEdge>>
Interface of directed and valuated edge collections.
- Version:
- 2013.11.27
- Author:
- Rémi Vernay (remi.vernay@bubuntu.net)