Interface Attributable
- All Known Implementing Classes:
AbstractRootedTree, AttributableHelper, BaseEdge, BaseNode, BasicSequence, CanonicalSequence, CodonSequence, CompactRootedTree, ConsensusSequence, FilteredRootedTree, FilteredSequence, GaplessSequence, MutableRootedTree, ReRootedTree, RootedFromUnrooted, RootedSubtree, SimpleRootedTree, SimpleTree, SortedRootedTree, Taxon, TransformedRootedTree, TranslatedSequence
public interface Attributable
Interface for associating attributeNames with an object.
- Version:
- $Id: Attributable.java 849 2007-12-06 00:10:14Z twobeers $
- Author:
- Andrew Rambaut
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) Gets the entire attribute map.voidremoveAttribute(String name) voidsetAttribute(String name, Object value) Sets an named attribute for this object.
-
Method Details
-
setAttribute
-
getAttribute
-
removeAttribute
- Parameters:
name- name of attribute to remove
-
getAttributeNames
-
getAttributeMap
-