uk.ac.ebi.intact.simpleGraph
Class Node
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--uk.ac.ebi.intact.simpleGraph.BasicGraph
|
+--uk.ac.ebi.intact.simpleGraph.Node
- All Implemented Interfaces:
- BasicGraphI, java.lang.Cloneable, java.util.Map, NodeI, java.io.Serializable
- public class Node
- extends BasicGraph
- implements NodeI
A simple node class for temporary processing, for example to prepare output for graph analysis packages.
- See Also:
- Serialized Form
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| 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.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
interactor
public Interactor interactor
Node
public Node(Interactor interactor)
getInteractor
public Interactor getInteractor()
getAc
public java.lang.String getAc()
- Specified by:
getAc in interface NodeI
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals in interface NodeI- Overrides:
equals in class java.util.AbstractMap
hashCode
public int hashCode()
- Specified by:
hashCode in interface java.util.Map- Overrides:
hashCode in class java.util.AbstractMap
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.AbstractMap
IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk