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 T
getNodeA()
The first node.T
getNodeB()
The second node.
-