Uses of Class
uk.ac.ebi.intenz.domain.history.HistoryNode

Packages that use HistoryNode
uk.ac.ebi.intenz.domain.history The classification classes will be used to represent the EC hierarchy and the enzyme history. 
 

Uses of HistoryNode in uk.ac.ebi.intenz.domain.history
 

Fields in uk.ac.ebi.intenz.domain.history declared as HistoryNode
protected  HistoryNode HistoryEvent.afterNode
           
protected  HistoryNode HistoryEvent.beforeNode
           
 

Methods in uk.ac.ebi.intenz.domain.history that return HistoryNode
 HistoryNode HistoryNode.checkForDeletion()
          Checks all events of this node for DELETION events and returns the source node of this event.
 HistoryNode HistoryEvent.getAfterNode()
           
 HistoryNode HistoryEvent.getBeforeNode()
           
 HistoryNode HistoryEvent.getRelative(HistoryNode node)
          Returns the relative node of the given node.
 HistoryNode HistoryGraph.getRootNode()
           
 

Methods in uk.ac.ebi.intenz.domain.history with parameters of type HistoryNode
 HistoryNode HistoryEvent.getRelative(HistoryNode node)
          Returns the relative node of the given node.
 boolean HistoryEvent.isSuccessor(HistoryNode node)
          Returns true if the given node is the successor of this node.
 void HistoryEvent.setAfterNode(HistoryNode afterNode)
           
 void HistoryEvent.setBeforeNode(HistoryNode beforeNode)
           
 

Constructors in uk.ac.ebi.intenz.domain.history with parameters of type HistoryNode
HistoryGraph(HistoryNode rootNode)
          Returns a HistoryGraph instance.
 



Copyright © 2013 EMBL-EBI. All Rights Reserved.