|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--uk.ac.ebi.intact.simpleGraph.BasicGraph
|
+--uk.ac.ebi.intact.simpleGraph.Edge
| Nested Class Summary |
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Constructor Summary | |
Edge()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
Component |
getComponent1()
|
Component |
getComponent2()
|
NodeI |
getNode1()
|
NodeI |
getNode2()
|
void |
setComponent1(Component Component1)
|
void |
setComponent2(Component Component2)
|
void |
setNode1(NodeI node1)
|
void |
setNode2(NodeI node2)
|
| Methods inherited from class uk.ac.ebi.intact.simpleGraph.BasicGraph |
getId, getLabel, setId, setLabel |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
public Edge()
| Method Detail |
public NodeI getNode1()
getNode1 in interface EdgeIpublic void setNode1(NodeI node1)
setNode1 in interface EdgeIpublic NodeI getNode2()
getNode2 in interface EdgeIpublic void setNode2(NodeI node2)
setNode2 in interface EdgeIpublic Component getComponent1()
getComponent1 in interface EdgeIpublic void setComponent1(Component Component1)
setComponent1 in interface EdgeIpublic Component getComponent2()
getComponent2 in interface EdgeIpublic void setComponent2(Component Component2)
setComponent2 in interface EdgeIpublic boolean equals(java.lang.Object o)
equals in interface java.util.Mapequals in class java.util.AbstractMap
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||