Uses of Interface
org.biojava.nbio.structure.align.multiple.Block
-
Packages that use Block Package Description org.biojava.nbio.structure.align.multiple org.biojava.nbio.structure.align.multiple.util org.biojava.nbio.structure.align.xml Serialization and deserialization for structure alignment results (as AFPChain object) to XML. -
-
Uses of Block in org.biojava.nbio.structure.align.multiple
Classes in org.biojava.nbio.structure.align.multiple that implement Block Modifier and Type Class Description class
BlockImpl
General implementation of aBlock
that supports any type of sequential alignment with gaps.Methods in org.biojava.nbio.structure.align.multiple that return Block Modifier and Type Method Description Block
Block. clone()
Creates and returns an identical copy of this block.Block
BlockImpl. clone()
Block
MultipleAlignment. getBlock(int index)
Returns the Block with the specified index of the MultipleAlignment.Block
MultipleAlignmentImpl. getBlock(int index)
Methods in org.biojava.nbio.structure.align.multiple that return types with arguments of type Block Modifier and Type Method Description List<Block>
BlockSet. getBlocks()
Returns the List of alignment Blocks of the BlockSet.List<Block>
BlockSetImpl. getBlocks()
List<Block>
MultipleAlignment. getBlocks()
Convenience method to get a List of all Blocks from all BlockSets.List<Block>
MultipleAlignmentImpl. getBlocks()
Method parameters in org.biojava.nbio.structure.align.multiple with type arguments of type Block Modifier and Type Method Description void
BlockSet. setBlocks(List<Block> blocks)
Set the List of alignment Blocks of the BlockSet.void
BlockSetImpl. setBlocks(List<Block> blocks)
-
Uses of Block in org.biojava.nbio.structure.align.multiple.util
Methods in org.biojava.nbio.structure.align.multiple.util with parameters of type Block Modifier and Type Method Description static List<Integer>
MultipleAlignmentTools. getCorePositions(Block block)
Calculate a List of alignment indicies that correspond to the core of a Block, which means that all structures have a residue in that positon.Method parameters in org.biojava.nbio.structure.align.multiple.util with type arguments of type Block Modifier and Type Method Description static void
MultipleAlignmentTools. sortBlocks(List<Block> blocks, int sortedIndex)
Sort blocks so that the specified row is in sequential order. -
Uses of Block in org.biojava.nbio.structure.align.xml
Methods in org.biojava.nbio.structure.align.xml with parameters of type Block Modifier and Type Method Description static void
MultipleAlignmentXMLConverter. printXMLblock(PrettyXMLWriter xml, Block b)
-