Package cdc.graphs
Interface GraphEdge<N>
-
- Type Parameters:
N- Node type.
public interface GraphEdge<N>Basic interface for graph edges.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description NgetSource()NgetTarget()default NgetTip(EdgeTip tip)Returns the source or target node.
-