uk.ac.ebi.intact.simpleGraph
Interface EdgeI

All Superinterfaces:
BasicGraphI, java.util.Map
All Known Implementing Classes:
Edge

public interface EdgeI
extends BasicGraphI

An edge in the binary graph representation of an Interaction network.


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 Component getComponent1()
           
 Component getComponent2()
           
 NodeI getNode1()
           
 NodeI getNode2()
           
 void setComponent1(Component aComponent)
           
 void setComponent2(Component aComponent)
           
 void setNode1(NodeI aNode)
           
 void setNode2(NodeI aNode)
           
 
Methods inherited from interface uk.ac.ebi.intact.simpleGraph.BasicGraphI
getId, getLabel, setId, setLabel
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

setNode1

public void setNode1(NodeI aNode)

getNode1

public NodeI getNode1()

setNode2

public void setNode2(NodeI aNode)

getNode2

public NodeI getNode2()

setComponent1

public void setComponent1(Component aComponent)

getComponent1

public Component getComponent1()

setComponent2

public void setComponent2(Component aComponent)

getComponent2

public Component getComponent2()


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk