| Package | Description |
|---|---|
| org.biojava.nbio.structure.align.multiple |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockImpl
General implementation of a Block that supports alignments with gaps.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
BlockImpl.clone() |
Block |
Block.clone()
Creates and returns an identical copy of this block.
|
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
MultipleAlignmentImpl.getBlocks() |
List<Block> |
BlockSetImpl.getBlocks() |
List<Block> |
BlockSet.getBlocks()
Returns the List of alignment Blocks of the BlockSet.
|
List<Block> |
MultipleAlignment.getBlocks()
Convenience method to get a list of all blocks from all blocksets
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockSetImpl.setBlocks(List<Block> blocks) |
void |
BlockSet.setBlocks(List<Block> blocks)
Set the List of alignment Blocks of the BlockSet.
|
Copyright © 2000-2015 BioJava. All Rights Reserved.