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 interfaceBlockA Block is a Data Structure that stores aligned positions of aMultipleAlignmentwith the condition that residues are in a sequential order.interfaceBlockSetA BlockSet is a Data Structure to store a flexible alignment part of a multiple alignment.interfaceMultipleAlignmentA MultipleAlignment is a Data Structure to store the core information of a multiple structure alignment, as a return type.interfaceMultipleAlignmentEnsembleA 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 ScoresCache Modifier and Type Class Description classAbstractScoresCacheAbstact implementation of theScoresCachewith the shared code used in all objects with a variables cache.classBlockImplGeneral implementation of aBlockthat supports any type of sequential alignment with gaps.classBlockSetImplA general implementation of a BlockSet to store a flexible part of a multiple alignment.classMultipleAlignmentEnsembleImplA general implementation of aMultipleAlignmentEnsemble.classMultipleAlignmentImplA 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 voidMultipleAlignmentXMLParser. parseScoresCache(Node root, ScoresCache cache)static voidMultipleAlignmentXMLConverter. printXMLscoresCache(PrettyXMLWriter xml, ScoresCache cache) 
 -