Uses of Interface
org.biojava.nbio.structure.align.multiple.ScoresCache
-
Packages that use ScoresCache Package Description org.biojava.nbio.structure.align.multiple org.biojava.nbio.structure.align.xml 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.multiple Modifier and Type Interface Description interface
Block
A Block is a Data Structure that stores aligned positions of aMultipleAlignment
with the condition that residues are in a sequential order.interface
BlockSet
A BlockSet is a Data Structure to store a flexible alignment part of a multiple alignment.interface
MultipleAlignment
A MultipleAlignment is a Data Structure to store the core information of a multiple structure alignment, as a return type.interface
MultipleAlignmentEnsemble
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 ScoresCache Modifier and Type Class Description class
AbstractScoresCache
Abstact implementation of theScoresCache
with the shared code used in all objects with a variables cache.class
BlockImpl
General implementation of aBlock
that supports any type of sequential alignment with gaps.class
BlockSetImpl
A general implementation of a BlockSet to store a flexible part of a multiple alignment.class
MultipleAlignmentEnsembleImpl
A general implementation of aMultipleAlignmentEnsemble
.class
MultipleAlignmentImpl
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 ScoresCache Modifier and Type Method Description static void
MultipleAlignmentXMLConverter. printXMLscoresCache(PrettyXMLWriter xml, ScoresCache cache)
-