Uses of Interface
org.biojava.nbio.structure.align.multiple.BlockSet
Packages that use 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
Classes in org.biojava.nbio.structure.align.multiple that implement BlockSetModifier and TypeClassDescriptionclass
A general implementation of a BlockSet to store a flexible part of a multiple alignment.Methods in org.biojava.nbio.structure.align.multiple that return BlockSetModifier 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) Methods in org.biojava.nbio.structure.align.multiple that return types with arguments of type BlockSetModifier and TypeMethodDescriptionMultipleAlignment.getBlockSets()
Returns the BlockSet List of the multiple structure alignment.MultipleAlignmentImpl.getBlockSets()
Methods in org.biojava.nbio.structure.align.multiple with parameters of type BlockSetModifier and TypeMethodDescriptionvoid
Block.setBlockSet
(BlockSet parent) Set the back-reference to its parent BlockSet.void
BlockImpl.setBlockSet
(BlockSet parent) Method parameters in org.biojava.nbio.structure.align.multiple with type arguments of type BlockSetModifier and TypeMethodDescriptionvoid
MultipleAlignment.setBlockSets
(List<BlockSet> blockSets) Sets the List of BlockSet List of the specified alignment.void
MultipleAlignmentImpl.setBlockSets
(List<BlockSet> blockSets) Constructors in org.biojava.nbio.structure.align.multiple with parameters of type BlockSet -
Uses of BlockSet in org.biojava.nbio.structure.align.xml
Methods in org.biojava.nbio.structure.align.xml with parameters of type BlockSetModifier and TypeMethodDescriptionstatic void
MultipleAlignmentXMLConverter.printXMLblockSet
(PrettyXMLWriter xml, BlockSet bs)