Package cdc.graphs
Interface GraphHeavyNode<E>
-
- Type Parameters:
E- Edge type.
public interface GraphHeavyNode<E>Basic interface for graph nodes.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<E>getIngoings()Iterable<E>getOutgoings()
-