|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.seq.io.EmblLikeLocationParser
public class EmblLikeLocationParser
EmblLikeLocationParser
parses EMBL/Genbank style
locations. Supported location forms:
123 <123 or >123 (123.567) (123.567)..789 123..(567.789) (123.345)..(567.789) 123..456 <123..567 or 123..>567 or <123..>567 123^567 AL123465:(123..567)
Method Summary | |
---|---|
Feature.Template |
parseLocation(java.lang.String location,
Feature.Template theTemplate)
Deprecated. parseLocation creates a Location from
the String and returns a stranded location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Feature.Template parseLocation(java.lang.String location, Feature.Template theTemplate) throws BioException
parseLocation
creates a Location
from
the String and returns a stranded location.
location
- a location String
.theTemplate
- the template to be filled with the parsed out location
information.
BioException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |