Uses of Interface
org.biojava.nbio.structure.align.multiple.ScoresCache
Package
Description
Serialization and deserialization for structure alignment results (as AFPChain object) to XML.
-
Uses of ScoresCache in org.biojava.nbio.structure.align.multiple
Modifier and TypeInterfaceDescriptioninterface
A Block is a Data Structure that stores aligned positions of aMultipleAlignment
with the condition that residues are in a sequential order.interface
A BlockSet is a Data Structure to store a flexible alignment part of a multiple alignment.interface
A MultipleAlignment is a Data Structure to store the core information of a multiple structure alignment, as a return type.interface
A MultipleAlignmentEnsemble is a collection ofMultipleAlignment
s that share the same structures (Atoms) and creation properties (algorithm, version, creation time, etc.).Modifier and TypeClassDescriptionclass
Abstact implementation of theScoresCache
with the shared code used in all objects with a variables cache.class
General implementation of aBlock
that supports any type of sequential alignment with gaps.class
A general implementation of a BlockSet to store a flexible part of a multiple alignment.class
A general implementation of aMultipleAlignmentEnsemble
.class
A general implementation of aMultipleAlignment
. -
Uses of ScoresCache in org.biojava.nbio.structure.align.xml
Modifier and TypeMethodDescriptionstatic void
MultipleAlignmentXMLConverter.printXMLscoresCache
(PrettyXMLWriter xml, ScoresCache cache)