Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

Uses of Class
uk.ac.roslin.ensembl.model.Coordinate.Strand

Packages that use Coordinate.Strand
uk.ac.roslin.ensembl.model   
uk.ac.roslin.ensembl.model.core   
 

Uses of Coordinate.Strand in uk.ac.roslin.ensembl.model
 

Methods in uk.ac.roslin.ensembl.model that return Coordinate.Strand
 Coordinate.Strand Coordinate.getStrand()
           
static Coordinate.Strand Coordinate.Strand.strand(int i)
           
static Coordinate.Strand Coordinate.Strand.strand(Integer i)
           
static Coordinate.Strand Coordinate.Strand.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Coordinate.Strand[] Coordinate.Strand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in uk.ac.roslin.ensembl.model with parameters of type Coordinate.Strand
 void Mapping.setSourceCoordinates(Integer start, Integer end, Coordinate.Strand strand)
           
 void Coordinate.setStrand(Coordinate.Strand s)
           
 void Mapping.setTargetCoordinates(Integer start, Integer end, Coordinate.Strand strand)
           
 

Constructors in uk.ac.roslin.ensembl.model with parameters of type Coordinate.Strand
Coordinate(Integer start, Integer end, Coordinate.Strand strand)
           
 

Uses of Coordinate.Strand in uk.ac.roslin.ensembl.model.core
 

Methods in uk.ac.roslin.ensembl.model.core with parameters of type Coordinate.Strand
 List<? extends Gene> DNASequence.getGenesOnRegion(Integer start, Integer stop, Coordinate.Strand strand)
           
 


Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3