| Package | Description |
|---|---|
| org.biojava.nbio.structure.align.multiple |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockSetImpl
A general implementation of a BlockSet to store multiple alignments.
|
| Modifier and Type | Method and Description |
|---|---|
BlockSet |
BlockSet.clone()
Creates and returns an identical copy of this blockset, including a deep
clone of all constituent
Blocks. |
BlockSet |
BlockImpl.getBlockSet() |
BlockSet |
Block.getBlockSet()
Returns the parent BlockSet of the Block.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlockSet> |
MultipleAlignmentImpl.getBlockSets() |
List<BlockSet> |
MultipleAlignment.getBlockSets()
Returns the BlockSet List of the multiple structure alignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockImpl.setBlockSet(BlockSet parent) |
void |
Block.setBlockSet(BlockSet parent)
Set the back-reference to its parent BlockSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleAlignmentImpl.setBlockSets(List<BlockSet> blockSets) |
void |
MultipleAlignment.setBlockSets(List<BlockSet> blockSets)
Sets the List of BlockSet List of the specified alignment.
|
| Constructor and Description |
|---|
BlockImpl(BlockSet blockSet)
Constructor.
|
Copyright © 2000-2015 BioJava. All Rights Reserved.