Uses of Class
fr.orsay.lri.varna.models.templates.RNATemplate.In1Is

Packages that use RNATemplate.In1Is
fr.orsay.lri.varna.models.templates   
 

Uses of RNATemplate.In1Is in fr.orsay.lri.varna.models.templates
 

Fields in fr.orsay.lri.varna.models.templates declared as RNATemplate.In1Is
private  RNATemplate.In1Is RNATemplate.RNATemplateHelix.in1Is
          For an helix, tells us whether IN1/OUT1 is the 5' strand (the first strand we meet if we follow the RNA sequence) or the 3' strand (the second we meet if we follow the RNA sequence).
 

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

Methods in fr.orsay.lri.varna.models.templates with parameters of type RNATemplate.In1Is
 void RNATemplate.RNATemplateHelix.setIn1Is(RNATemplate.In1Is in1Is)