Uses of Class
fr.orsay.lri.varna.models.treealign.RNANodeValue.Origin

Packages that use RNANodeValue.Origin
fr.orsay.lri.varna.models.treealign   
 

Uses of RNANodeValue.Origin in fr.orsay.lri.varna.models.treealign
 

Fields in fr.orsay.lri.varna.models.treealign declared as RNANodeValue.Origin
private  RNANodeValue.Origin RNANodeValue.origin
          Used to store the origin of this base / base pair.
 

Methods in fr.orsay.lri.varna.models.treealign that return RNANodeValue.Origin
 RNANodeValue.Origin RNANodeValue.getOrigin()
           
static RNANodeValue.Origin RNANodeValue.Origin.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RNANodeValue.Origin[] RNANodeValue.Origin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.orsay.lri.varna.models.treealign with parameters of type RNANodeValue.Origin
 void RNANodeValue.setOrigin(RNANodeValue.Origin comesFromAnHelix)