public class HistoryNode extends Object
Constructor and Description |
---|
HistoryNode()
Nothing special.
|
Modifier and Type | Method and Description |
---|---|
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() |
public HistoryNode checkForDeletion()
DELETION
events and returns the source node of this event.public EnzymeEntry getEnzymeEntry()
public void setEnzymeEntry(EnzymeEntry enzymeEntry)
public List<HistoryEvent> getEdges()
public void setEdges(List<HistoryEvent> edges)
public String getHistoryLine()
public void setHistoryLine(String historyLine)
public boolean isRoot()
public void setRoot(boolean root)
Copyright © 2014 EMBL-EBI. All rights reserved.