Uses of Class
org.biojavax.bio.seq.RichLocation.Strand
-
Packages that use RichLocation.Strand Package Description org.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of RichLocation.Strand in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that return RichLocation.Strand Modifier and Type Method Description RichLocation.StrandBioSQLFeatureFilter.ByStrand. getStrand()Constructors in org.biojavax.bio.db.biosql with parameters of type RichLocation.Strand Constructor Description ByStrand(RichLocation.Strand str)Creates a filter that returns everything on strand str. -
Uses of RichLocation.Strand in org.biojavax.bio.seq
Fields in org.biojavax.bio.seq declared as RichLocation.Strand Modifier and Type Field Description static RichLocation.StrandRichLocation.Strand. NEGATIVE_STRANDThe negative strand is represented by the symbol '-' and has the number -1.static RichLocation.StrandRichLocation.Strand. POSITIVE_STRANDThe positive strand is represented by the symbol '+' and has the number 1.static RichLocation.StrandRichLocation.Strand. UNKNOWN_STRANDThe unknown strand is represented by the symbol '?'Methods in org.biojavax.bio.seq that return RichLocation.Strand Modifier and Type Method Description static RichLocation.StrandRichLocation.Strand. forName(String name)Returns the strand object that matches the symbol given.static RichLocation.StrandRichLocation.Strand. forValue(int value)Returns the strand object that matches the number given.RichLocation.StrandEmptyRichLocation. getStrand()Retrieves the strand associated with this location.RichLocation.StrandMultiSourceCompoundRichLocation. getStrand()Retrieves the strand associated with this location.RichLocation.StrandRichLocation. getStrand()Retrieves the strand associated with this location.RichLocation.StrandSimpleRichLocation. getStrand()Retrieves the strand associated with this location.Methods in org.biojavax.bio.seq with parameters of type RichLocation.Strand Modifier and Type Method Description protected voidSimpleRichLocation. setStrand(RichLocation.Strand strand)Constructors in org.biojavax.bio.seq with parameters of type RichLocation.Strand Constructor Description SimpleRichLocation(Position pos, int rank, RichLocation.Strand strand)Creates a new instance of SimpleRichSequenceLocation that points to a single position.SimpleRichLocation(Position pos, int rank, RichLocation.Strand strand, CrossRef crossRef)Creates a new instance of SimpleRichSequenceLocation that points to a single position on another sequence.SimpleRichLocation(Position min, Position max, int rank, RichLocation.Strand strand)Creates a new instance of SimpleRichSequenceLocation that points to a range position.SimpleRichLocation(Position min, Position max, int rank, RichLocation.Strand strand, CrossRef crossRef)Creates a new instance of SimpleRichSequenceLocation that points to a range position on another sequence.
-