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 | Class and Description |
---|---|
class |
BlockSetImpl
A general implementation of a BlockSet to store a flexible part of a multiple
alignment.
|
Modifier and Type | Method and Description |
---|---|
BlockSet |
BlockSet.clone()
Creates and returns an identical copy of this blockset,
including a deep copy of all constituent
Block s. |
BlockSet |
Block.getBlockSet()
Returns the parent BlockSet of the Block.
|
BlockSet |
BlockImpl.getBlockSet() |
BlockSet |
MultipleAlignment.getBlockSet(int index)
Returns the BlockSet with the specified index of the MultipleAlignment.
|
BlockSet |
MultipleAlignmentImpl.getBlockSet(int index) |
Modifier and Type | Method and Description |
---|---|
List<BlockSet> |
MultipleAlignment.getBlockSets()
Returns the BlockSet List of the multiple structure alignment.
|
List<BlockSet> |
MultipleAlignmentImpl.getBlockSets() |
Modifier and Type | Method and Description |
---|---|
void |
Block.setBlockSet(BlockSet parent)
Set the back-reference to its parent BlockSet.
|
void |
BlockImpl.setBlockSet(BlockSet parent) |
Modifier and Type | Method and Description |
---|---|
void |
MultipleAlignment.setBlockSets(List<BlockSet> blockSets)
Sets the List of BlockSet List of the specified alignment.
|
void |
MultipleAlignmentImpl.setBlockSets(List<BlockSet> blockSets) |
Constructor and Description |
---|
BlockImpl(BlockSet blockSet)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static BlockSet |
MultipleAlignmentXMLParser.parseBlockSet(Node root,
MultipleAlignment msa) |
Modifier and Type | Method and Description |
---|---|
static Block |
MultipleAlignmentXMLParser.parseBlock(Node root,
BlockSet blockSet) |
static void |
MultipleAlignmentXMLConverter.printXMLblockSet(PrettyXMLWriter xml,
BlockSet bs) |
Copyright © 2000–2019 BioJava. All rights reserved.