Package org.biojava.nbio.structure.align.multiple
-
Interface Summary Interface Description Block A Block is a Data Structure that stores aligned positions of aMultipleAlignment
with the condition that residues are in a sequential order.BlockSet A BlockSet is a Data Structure to store a flexible alignment part of a multiple alignment.MultipleAlignment A MultipleAlignment is a Data Structure to store the core information of a multiple structure alignment, as a return type.MultipleAlignmentEnsemble A MultipleAlignmentEnsemble is a collection ofMultipleAlignment
s that share the same structures (Atoms) and creation properties (algorithm, version, creation time, etc.).ScoresCache Interface for classes which implement a temporary cache for various numeric scores, e.g. -
Class Summary Class Description AbstractScoresCache Abstact implementation of theScoresCache
with the shared code used in all objects with a variables cache.BlockImpl General implementation of aBlock
that supports any type of sequential alignment with gaps.BlockSetImpl A general implementation of a BlockSet to store a flexible part of a multiple alignment.MultipleAlignmentEnsembleImpl A general implementation of aMultipleAlignmentEnsemble
.MultipleAlignmentImpl A general implementation of aMultipleAlignment
.