Interface MIEdge<T>

  • All Known Implementing Classes:
    AbstractMIEdge, BindingPair

    public interface MIEdge<T>
    A MI edge is an edge joining two JAMI objects.
    Since:
    14/11/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Method Detail

      • getNodeA

        T getNodeA()
        The first node. It cannot be null.
        Returns:
        the first node
      • getNodeB

        T getNodeB()
        The second node. It cannot be null.
        Returns:
        the second node