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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetNodeA()The first node.TgetNodeB()The second node.
-