uk.ac.ebi.intenz.domain.history
Class HistoryNode
java.lang.Object
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
HistoryNode
public HistoryNode()
- Nothing special.
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.