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 TypeInterfaceDescriptioninterfaceA Block is a Data Structure that stores aligned positions of aMultipleAlignmentwith the condition that residues are in a sequential order.interfaceA BlockSet is a Data Structure to store a flexible alignment part of a multiple alignment.interfaceA MultipleAlignment is a Data Structure to store the core information of a multiple structure alignment, as a return type.interfaceA MultipleAlignmentEnsemble is a collection ofMultipleAlignments 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 TypeClassDescriptionclassAbstact implementation of theScoresCachewith the shared code used in all objects with a variables cache.classGeneral implementation of aBlockthat supports any type of sequential alignment with gaps.classA general implementation of a BlockSet to store a flexible part of a multiple alignment.classA general implementation of aMultipleAlignmentEnsemble.classA 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 voidMultipleAlignmentXMLConverter.printXMLscoresCache(PrettyXMLWriter xml, ScoresCache cache)