Node
, java.io.Serializable
PositionedNode
, SimpleNode
public interface AttributeNode extends Node
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CLADE_PROBABILITY |
attribute name for the probability of the clade defined by an internal node.
|
static java.lang.String |
MEAN_CLADE_HEIGHT |
attribute name for the mean height of this clade in a group of trees.
|
static java.lang.String |
NODE_HEIGHT_SE |
attribute name for the standard error on a node's height.
|
static java.lang.String |
SUBTREE_PROBABILITY |
attribute name for the probability of the subtree defined by an internal node.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
|
java.util.Enumeration |
getAttributeNames() |
|
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
Sets a named attribute to the given value.
|
addChild, getBranchLength, getBranchLengthSE, getChild, getChildCount, getIdentifier, getNodeHeight, getNumber, getParent, getSequence, insertChild, isLeaf, isRoot, removeChild, setBranchLength, setBranchLengthSE, setChild, setIdentifier, setNodeHeight, setNodeHeight, setNumber, setParent, setSequence
static final java.lang.String NODE_HEIGHT_SE
static final java.lang.String CLADE_PROBABILITY
static final java.lang.String SUBTREE_PROBABILITY
static final java.lang.String MEAN_CLADE_HEIGHT
void setAttribute(java.lang.String name, java.lang.Object value)
name
- the name of the attributevalue
- the value to set the attributejava.lang.Object getAttribute(java.lang.String name)
name
- the name of the attribute.java.util.Enumeration getAttributeNames()