Package org.biojava.bio.seq
Class StrandParser
- java.lang.Object
-
- org.biojava.bio.seq.StrandParser
-
public final class StrandParser extends Object
Process strings and return strand objects.- Author:
- Matthew Pocock
-
-
Constructor Summary
Constructors Constructor Description StrandParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StrandedFeature.Strand
parseStrand(String strand)
-
-
-
Constructor Detail
-
StrandParser
public StrandParser()
-
-
Method Detail
-
parseStrand
public static final StrandedFeature.Strand parseStrand(String strand)
-
-