|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.seq.StrandedFeature.Strand
public static final class StrandedFeature.Strand
Class to represent the 'strandedness' of a feature.
Strandedness may be re-used in other situations, but basically what it means is whether the feature has directionality, and if it does, does it travel from its location min to max, or max to min.
Method Summary | |
---|---|
StrandedFeature.Strand |
flip()
Return a strand that represents flipping this onto the opposite strand. |
char |
getToken()
Returns the token for strandedness. |
int |
getValue()
Returns the integer label for strandedness. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
toString
in class Object
public int getValue()
public char getToken()
public StrandedFeature.Strand flip()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |