|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.data.ontology.readers.DBCrossReferenceReader
public class DBCrossReferenceReader
Reader for database cross reference file.
The resource file location is hard-coded. This will be in the cytoscape.jar.
Constructor Summary | |
---|---|
DBCrossReferenceReader()
Constructor. Create a new map for the DB references. |
Method Summary | |
---|---|
Map<String,DBReference> |
getXrefMap()
Get the references as a map. |
void |
readResourceFile()
Read the resource file in the jar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBCrossReferenceReader()
Method Detail |
---|
public void readResourceFile() throws IOException
IOException
public Map<String,DBReference> getXrefMap()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |