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

java.lang.Object
  extended by uk.ac.ebi.intenz.domain.history.HistoryNode

public class HistoryNode
extends Object

This node represents an enzyme within the history graph of an enzyme.

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:04 $
Author:
Michael Darsow

Constructor Summary
HistoryNode()
          Nothing special.
 
Method Summary
 HistoryNode checkForDeletion()
          Checks all events of this node for DELETION events and returns the source node of this event.
 List<HistoryEvent> getEdges()
           
 EnzymeEntry getEnzymeEntry()
           
 String getHistoryLine()
           
 boolean isRoot()
           
 void setEdges(List<HistoryEvent> edges)
           
 void setEnzymeEntry(EnzymeEntry enzymeEntry)
           
 void setHistoryLine(String historyLine)
           
 void setRoot(boolean root)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistoryNode

public HistoryNode()
Nothing special.

Method Detail

checkForDeletion

public HistoryNode checkForDeletion()
Checks all events of this node for DELETION events and returns the source node of this event.

Returns:
the source node of the deletion.

toString

public String toString()
Overrides:
toString in class Object

getEnzymeEntry

public EnzymeEntry getEnzymeEntry()

setEnzymeEntry

public void setEnzymeEntry(EnzymeEntry enzymeEntry)

getEdges

public List<HistoryEvent> getEdges()

setEdges

public void setEdges(List<HistoryEvent> edges)

getHistoryLine

public String getHistoryLine()

setHistoryLine

public void setHistoryLine(String historyLine)

isRoot

public boolean isRoot()

setRoot

public void setRoot(boolean root)


Copyright © 2013 EMBL-EBI. All Rights Reserved.