Uses of Interface
fr.orsay.lri.varna.models.treealign.TreeAlignLabelDistanceAsymmetric

Packages that use TreeAlignLabelDistanceAsymmetric
fr.orsay.lri.varna.models.templates   
fr.orsay.lri.varna.models.treealign   
 

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

Classes in fr.orsay.lri.varna.models.templates that implement TreeAlignLabelDistanceAsymmetric
 class RNANodeValue2TemplateDistance
          Distance between an RNANodeValue2 and an RNANodeValueTemplate.
 

Uses of TreeAlignLabelDistanceAsymmetric in fr.orsay.lri.varna.models.treealign
 

Subinterfaces of TreeAlignLabelDistanceAsymmetric in fr.orsay.lri.varna.models.treealign
 interface TreeAlignLabelDistanceSymmetric<ValueType>
          Same as TreeAlignLabelDistanceAsymmetric, but elements on both trees are of the same type, and the function is symmetric, ie.
 

Classes in fr.orsay.lri.varna.models.treealign that implement TreeAlignLabelDistanceAsymmetric
 class ExampleDistance2
          This distance is such that a substitution costs nothing.
 class ExampleDistance3
           
 

Fields in fr.orsay.lri.varna.models.treealign declared as TreeAlignLabelDistanceAsymmetric
private  TreeAlignLabelDistanceAsymmetric<ValueType1,ValueType2> TreeAlign.labelDist
          The distance function between labels.
 

Constructors in fr.orsay.lri.varna.models.treealign with parameters of type TreeAlignLabelDistanceAsymmetric
TreeAlign(TreeAlignLabelDistanceAsymmetric<ValueType1,ValueType2> labelDist)
          Create a TreeAlignSymmetric object, which can align trees.