- Type Parameters:
TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.
- All Superinterfaces:
- BubuntuGraph, Directed, Edge<TypeVertex>, EdgeDirected<TypeVertex>, EdgeUnvaluated<TypeVertex>, Important, Unvaluated
public interface EdgeDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>
extends EdgeDirected<TypeVertex>, EdgeUnvaluated<TypeVertex>
Interface of an edge directed and unvaluated in graphs.
- Version:
- 2013.11.27
- Author:
- Rémi Vernay (remi.vernay@bubuntu.net)