public interface AttributeNode extends Node
Modifier and Type | Field and Description |
---|---|
static String |
CLADE_PROBABILITY
attribute name for the probability of the clade defined by an internal node.
|
static String |
MEAN_CLADE_HEIGHT
attribute name for the mean height of this clade in a group of trees.
|
static String |
NODE_HEIGHT_SE
attribute name for the standard error on a node's height.
|
static String |
SUBTREE_PROBABILITY
attribute name for the probability of the subtree defined by an internal node.
|
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name) |
Enumeration |
getAttributeNames() |
void |
setAttribute(String name,
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 String NODE_HEIGHT_SE
static final String CLADE_PROBABILITY
static final String SUBTREE_PROBABILITY
static final String MEAN_CLADE_HEIGHT
void setAttribute(String name, Object value)
name
- the name of the attributevalue
- the value to set the attributeObject getAttribute(String name)
name
- the name of the attribute.Enumeration getAttributeNames()
Copyright © 2018. All rights reserved.