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 Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 Interactor interactor
           
 
Constructor Summary
Node(Interactor interactor)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getAc()
           
 Interactor getInteractor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
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.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
 

Field Detail

interactor

public Interactor interactor
Constructor Detail

Node

public Node(Interactor interactor)
Method Detail

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