public AttributeNode extends Node
interface for a node (includes branch) in a binary/non-binary rooted/unrooted tree. Unlike its superclass this node can have an arbitrary number of named attributes associated with it.
java.lang.String NODE_HEIGHT_SE
attribute name for the standard error on a node's height.
java.lang.String CLADE_PROBABILITY
attribute name for the probability of the clade defined by an internal node.
java.lang.String SUBTREE_PROBABILITY
attribute name for the probability of the subtree defined by an internal node.
java.lang.String MEAN_CLADE_HEIGHT
attribute name for the mean height of this clade in a group of trees.
void setAttribute(java.lang.String name,
java.lang.Object value)
Sets a named attribute to the given 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()