|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TreeJuxtaposer.RangeNode
A class representing a node in a RangeTree. A RangeNode is a helper class for computing relationships between phylogenetic trees and is distinct from a TreeNode which is a node of a Tree.
Constructor Summary | |
RangeNode()
empty constructor |
|
RangeNode(java.lang.Object d)
constructor with Data initiated |
Method Summary | |
boolean |
childless()
|
int |
getElement()
|
void |
setElement(int e)
set appropriate coordinate depending on the tree type. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RangeNode()
public RangeNode(java.lang.Object d)
Method Detail |
public void setElement(int e)
public int getElement()
public boolean childless()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |