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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<E>getIngoings()Iterable<E>getOutgoings()
-