Uses of Interface
jebl.util.Attributable
-
Packages that use Attributable Package Description jebl.evolution.alignments jebl.evolution.graphs jebl.evolution.sequences jebl.evolution.taxa jebl.evolution.trees jebl.util -
-
Uses of Attributable in jebl.evolution.alignments
Classes in jebl.evolution.alignments that implement Attributable Modifier and Type Class Description classConsensusSequence -
Uses of Attributable in jebl.evolution.graphs
Subinterfaces of Attributable in jebl.evolution.graphs Modifier and Type Interface Description interfaceEdgeRepresents a node in a graph or tree.interfaceGraphinterfaceNodeRepresents a node in a graph or tree. -
Uses of Attributable in jebl.evolution.sequences
Subinterfaces of Attributable in jebl.evolution.sequences Modifier and Type Interface Description interfaceSequenceA biomolecular sequence.Classes in jebl.evolution.sequences that implement Attributable Modifier and Type Class Description classBasicSequenceA default implementation of the Sequence interface.classCanonicalSequenceA default implementation of the Sequence interface that converts sequence characters to States such that calling getString() will always return uppercase residues with nucleotide U residues converted to TclassCodonSequenceA codon implementation of the Sequence interface.classFilteredSequenceclassGaplessSequenceclassTranslatedSequence -
Uses of Attributable in jebl.evolution.taxa
Classes in jebl.evolution.taxa that implement Attributable Modifier and Type Class Description classTaxon -
Uses of Attributable in jebl.evolution.trees
Subinterfaces of Attributable in jebl.evolution.trees Modifier and Type Interface Description interfaceRootedTreeA tree with a root (node with maximum height).interfaceTreeA rooted or unrooted tree.Classes in jebl.evolution.trees that implement Attributable Modifier and Type Class Description classBaseEdgeCommon implementation of Attributable interface used by Nodes.classBaseNodeCommon implementation of Attributable interface used by Nodes.classCompactRootedTreeA memory efficient rooted tree.classFilteredRootedTreeclassMutableRootedTreeA simple rooted tree providing some ability to manipulate the tree.classReRootedTreeclassRootedFromUnrootedRoot an unrooted tree.classRootedSubtreeA simple, immutable rooted tree implementation that is a subtree of an existing tree subtending a specified set of taxa..classSimpleRootedTreeA simple, and initially immutable rooted tree implementation.classSimpleTreeA basic implementation on an unrooted tree.classSortedRootedTreeclassTransformedRootedTreeThis RootedTree class wraps another RootedTree and transforms the branch lengths and node heights using various functions. -
Uses of Attributable in jebl.util
Classes in jebl.util that implement Attributable Modifier and Type Class Description classAttributableHelper
-