|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.imports.SwissProtReaderType
Information about the SwissProtReader. The following annotations are parsed by this parser.
| Constructor Summary | |
SwissProtReaderType()
|
|
| Method Summary | |
boolean |
equals(FastaReaderType e)
|
java.lang.String[] |
getExtensions()
Returns the filename extensions the ReaderType uses to guess if it can handle an InputStream. |
java.lang.String |
getInfo()
Returns detailled information about the format parsed by this ReaderType. |
java.lang.String |
getShortName()
Returns the shortname of this ReaderType. |
int |
hashCode()
Two ReaderType that have the same shortName are said to be equal (for the purpose of Hashtable insertion. |
boolean |
matchExtension(java.lang.String extension)
This method should be in a superclass common to all the ReaderType implementations. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SwissProtReaderType()
| Method Detail |
public java.lang.String getInfo()
ReaderType
getInfo in interface ReaderTypepublic java.lang.String getShortName()
ReaderType
getShortName in interface ReaderTypepublic java.lang.String[] getExtensions()
ReaderType
getExtensions in interface ReaderTypepublic boolean matchExtension(java.lang.String extension)
matchExtension in interface ReaderTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(FastaReaderType e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||