Package | Description |
---|---|
org.biojava.nbio.structure.align.multiple | |
org.biojava.nbio.structure.align.xml |
Serialization and deserialization for structure alignment results (as AFPChain object) to XML.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Block
A Block is a Data Structure that stores aligned positions of a
MultipleAlignment with the condition that residues are in a
sequential order. |
interface |
BlockSet
A BlockSet is a Data Structure to store a flexible alignment part of a
multiple alignment.
|
interface |
MultipleAlignment
A MultipleAlignment is a Data Structure to store the core information of a
multiple structure alignment, as a return type.
|
interface |
MultipleAlignmentEnsemble
A MultipleAlignmentEnsemble is a collection of
MultipleAlignment s
that share the same structures (Atoms) and creation properties (algorithm,
version, creation time, etc.). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScoresCache
Abstact implementation of the
ScoresCache with the shared code used
in all objects with a variables cache. |
class |
BlockImpl
General implementation of a
Block that supports any type of
sequential alignment with gaps. |
class |
BlockSetImpl
A general implementation of a BlockSet to store a flexible part of a multiple
alignment.
|
class |
MultipleAlignmentEnsembleImpl
A general implementation of a
MultipleAlignmentEnsemble . |
class |
MultipleAlignmentImpl
A general implementation of a
MultipleAlignment . |
Modifier and Type | Method and Description |
---|---|
static void |
MultipleAlignmentXMLParser.parseScoresCache(Node root,
ScoresCache cache) |
static void |
MultipleAlignmentXMLConverter.printXMLscoresCache(PrettyXMLWriter xml,
ScoresCache cache) |
Copyright © 2000–2019 BioJava. All rights reserved.