Uses of Class
fr.orsay.lri.varna.models.templates.RNATemplateMappingException

Packages that use RNATemplateMappingException
fr.orsay.lri.varna.models.templates   
 

Uses of RNATemplateMappingException in fr.orsay.lri.varna.models.templates
 

Methods in fr.orsay.lri.varna.models.templates that throw RNATemplateMappingException
 void RNATemplateMapping.addCouple(int baseIndex, RNATemplate.RNATemplateElement templateElement)
          Tell this mapping object that this base index and this element are mapped with each other.
static RNATemplateMapping RNATemplateAlign.makeTemplateMapping(TreeAlignResult<RNANodeValue2,RNANodeValueTemplate> alignResult, RNA rna)
          This method takes an alignment between a tree of RNANodeValue2 of RNANodeValue and a tree of RNANodeValue2 of RNANodeValueTemplate, and the original RNA object that was used to create the first tree in the alignment.