Package cdc.graphs

Interface GraphHeavyNode<E>

  • Type Parameters:
    E - Edge type.

    public interface GraphHeavyNode<E>
    Basic interface for graph nodes.
    Author:
    Damien Carbonne
    • Method Detail

      • getOutgoings

        Iterable<E> getOutgoings()
        Returns:
        The outgoing edges.
      • getIngoings

        Iterable<E> getIngoings()
        Returns:
        The ingoing edges.