public abstract class AugmentedJoinTreeNode
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AugmentedJoinTreeNode.ComparePersistenceAscending
The Class ComparePersistenceAscending.
|
static class |
AugmentedJoinTreeNode.ComparePersistenceDescending
The Class ComparePersistenceDescending.
|
static interface |
AugmentedJoinTreeNode.Factory
The Interface Factory.
|
static class |
AugmentedJoinTreeNode.NodeType
The Enum NodeType.
|
Constructor and Description |
---|
AugmentedJoinTreeNode(int loc,
float val)
Instantiates a new augmented join tree node.
|
AugmentedJoinTreeNode(int loc,
float val,
AugmentedJoinTreeNode c0,
AugmentedJoinTreeNode c1)
Instantiates a new augmented join tree node.
|
Modifier and Type | Method and Description |
---|---|
float |
getBirth()
Gets the birth.
|
java.util.Vector<AugmentedJoinTreeNode> |
getChildren()
Gets the children.
|
float |
getDeath()
Gets the death.
|
int |
getLocation()
Gets the location.
|
AugmentedJoinTreeNode |
getPartner()
Gets the partner.
|
float |
getPersistence()
Gets the persistence.
|
abstract AugmentedJoinTreeNode.NodeType |
getType()
Gets the type.
|
public AugmentedJoinTreeNode(int loc, float val)
loc
- the locval
- the valpublic AugmentedJoinTreeNode(int loc, float val, AugmentedJoinTreeNode c0, AugmentedJoinTreeNode c1)
loc
- the locval
- the valc0
- the c 0c1
- the c 1public abstract AugmentedJoinTreeNode.NodeType getType()
public float getBirth()
public float getDeath()
public float getPersistence()
public int getLocation()
public java.util.Vector<AugmentedJoinTreeNode> getChildren()
public AugmentedJoinTreeNode getPartner()