public static final class StrandedFeature.Strand
extends java.lang.Object
implements java.io.Serializable
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.
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public int getValue()
public char getToken()
public StrandedFeature.Strand flip()