|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.seq.io.UniProtLocationParser
public class UniProtLocationParser
Parses UniProt location strings into RichLocation objects.
Method Summary | |
---|---|
static RichLocation |
parseLocation(String loc)
Parses a location. |
static String |
writeLocation(RichLocation l)
Writes a location in UniProt format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RichLocation parseLocation(String loc) throws ParseException
loc
- the UniProt location string.
ParseException
- if the parsing failed.public static String writeLocation(RichLocation l)
l
- the location to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |