Uses of Interface
org.biojava.nbio.structure.align.multiple.BlockSet
Package
Description
Serialization and deserialization for structure alignment results (as AFPChain object) to XML.
-
Uses of BlockSet in org.biojava.nbio.structure.align.multiple
Modifier and TypeClassDescriptionclass
A general implementation of a BlockSet to store a flexible part of a multiple alignment.Modifier and TypeMethodDescriptionBlockSet.clone()
Creates and returns an identical copy of this blockset, including a deep copy of all constituentBlock
s.Block.getBlockSet()
Returns the parent BlockSet of the Block.BlockImpl.getBlockSet()
MultipleAlignment.getBlockSet
(int index) Returns the BlockSet with the specified index of the MultipleAlignment.MultipleAlignmentImpl.getBlockSet
(int index) Modifier and TypeMethodDescriptionMultipleAlignment.getBlockSets()
Returns the BlockSet List of the multiple structure alignment.MultipleAlignmentImpl.getBlockSets()
Modifier and TypeMethodDescriptionvoid
Block.setBlockSet
(BlockSet parent) Set the back-reference to its parent BlockSet.void
BlockImpl.setBlockSet
(BlockSet parent) Modifier and TypeMethodDescriptionvoid
MultipleAlignment.setBlockSets
(List<BlockSet> blockSets) Sets the List of BlockSet List of the specified alignment.void
MultipleAlignmentImpl.setBlockSets
(List<BlockSet> blockSets) -
Uses of BlockSet in org.biojava.nbio.structure.align.xml
Modifier and TypeMethodDescriptionstatic void
MultipleAlignmentXMLConverter.printXMLblockSet
(PrettyXMLWriter xml, BlockSet bs)