Uses of Interface
org.biojava.nbio.structure.align.multiple.ScoresCache
Packages that use 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
Subinterfaces of ScoresCache in org.biojava.nbio.structure.align.multipleModifier 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.).Classes in org.biojava.nbio.structure.align.multiple that implement ScoresCacheModifier 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
Methods in org.biojava.nbio.structure.align.xml with parameters of type ScoresCacheModifier and TypeMethodDescriptionstatic void
MultipleAlignmentXMLConverter.printXMLscoresCache
(PrettyXMLWriter xml, ScoresCache cache)