| Modifier and Type | Method and Description |
|---|---|
Tree |
Histogramm.getTree(int x,
int y,
org.eclipse.swt.widgets.Canvas can)
checks if there is a histogramm on the canvas at position (x, y) and returns the corresponding tree, if one is found
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Tree> |
Parser.readFile()
reading new File and parsing
|
| Constructor and Description |
|---|
ComparisonTree(Tree consensusTree,
Tree tree)
creates a comparison tree and calculates the score of each node using the consensus tree
|
ScoredTree(Tree tree) |
| Constructor and Description |
|---|
ConsensusTree(int index,
java.util.ArrayList<Tree> allTrees)
creates a consensus tree and calculates the score of each node
|
Histogramm(int consIndex,
java.util.ArrayList<Tree> allTrees)
creates the histograms for each of the trees in reference to the chosen consensus tree
|