- 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.TypeEdgeReal
- The real type of edges. Must inherits EdgeDirected.
- All Superinterfaces:
- BubuntuGraph, java.util.Collection<TypeEdgeReal>, Directed, Edges<TypeVertex,TypeEdgeReal>, EdgesDirected<TypeVertex,TypeEdge,TypeEdgeReal>, EdgesSimple<TypeVertex,TypeEdgeReal>, java.lang.Iterable<TypeEdgeReal>, java.util.Set<TypeEdgeReal>, Simple
- All Known Subinterfaces:
- EdgesSimpleDirectedUnvaluated<TypeVertex>, EdgesSimpleDirectedValuated<TypeVertex,TypeEdge>
public interface EdgesSimpleDirected<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeDirected<TypeVertex>>
extends EdgesSimple<TypeVertex,TypeEdgeReal>, EdgesDirected<TypeVertex,TypeEdge,TypeEdgeReal>
Interface of directed edge set for simple graphs.
- Version:
- 2013.11.27
- Author:
- Rémi Vernay (remi.vernay@bubuntu.net)