- 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.lang.Comparable<EdgeValuated<TypeVertex,TypeEdge>>, Directed, Edge<TypeVertex>, EdgeDirected<TypeVertex>, EdgeValuated<TypeVertex,TypeEdge>, Important, Valuated
public interface EdgeDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>
extends EdgeDirected<TypeVertex>, EdgeValuated<TypeVertex,TypeEdge>
Interface of an edge directed and unvaluated in graphs.
- Version:
- 2013.11.27
- Author:
- Rémi Vernay (remi.vernay@bubuntu.net)