public class SplitTreeNode extends AugmentedJoinTreeNode
Modifier and Type | Class and Description |
---|---|
static class |
SplitTreeNode.Factory
The Class Factory.
|
AugmentedJoinTreeNode.ComparePersistenceAscending, AugmentedJoinTreeNode.ComparePersistenceDescending, AugmentedJoinTreeNode.NodeType
Constructor and Description |
---|
SplitTreeNode(int loc,
float val)
Instantiates a new split tree node.
|
SplitTreeNode(int loc,
float val,
AugmentedJoinTreeNode c0,
AugmentedJoinTreeNode c1)
Instantiates a new split tree node.
|
Modifier and Type | Method and Description |
---|---|
AugmentedJoinTreeNode.NodeType |
getType()
Gets the type.
|
getBirth, getChildren, getDeath, getLocation, getPartner, getPersistence
public SplitTreeNode(int loc, float val)
loc
- the locval
- the valpublic SplitTreeNode(int loc, float val, AugmentedJoinTreeNode c0, AugmentedJoinTreeNode c1)
loc
- the locval
- the valc0
- the c 0c1
- the c 1public AugmentedJoinTreeNode.NodeType getType()
AugmentedJoinTreeNode
getType
in class AugmentedJoinTreeNode