Package cdc.graphs
Interface GraphHeavyNode<E>
- Type Parameters:
E- Edge type.
public interface GraphHeavyNode<E>
Basic interface for graph heavy nodes.
A heavy node has knowledge of related edges.
- Author:
- Damien Carbonne
-
Method Summary
-
Method Details
-
getOutgoings
- Returns:
- The outgoing edges.
-
getIngoings
- Returns:
- The ingoing edges.
-