uk.ac.ebi.intenz.tools.importer
Class GoLinkImporter
java.lang.Object
uk.ac.ebi.intenz.tools.importer.Importer
uk.ac.ebi.intenz.tools.importer.GoLinkImporter
public class GoLinkImporter
- extends Importer
Describe class GoLinkImporter
here.
- Version:
- 1.0
- Author:
- Rafael Alcantara
Method Summary |
void |
destroy()
Close database connections. |
void |
importData()
Gets the list of enzyme entries and the updated GO links. |
void |
loadData()
Write imported GO links to the database. |
void |
setup()
Open database connections. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoLinkImporter
public GoLinkImporter()
throws IOException
- Throws:
IOException
setup
public final void setup()
throws Exception
- Open database connections.
- Specified by:
setup
in class Importer
- Throws:
Exception
- if an error occurs
importData
public final void importData()
throws Exception
- Gets the list of enzyme entries and the updated GO links.
- Specified by:
importData
in class Importer
- Throws:
Exception
- if an error occurs
loadData
public final void loadData()
throws Exception
- Write imported GO links to the database.
- Specified by:
loadData
in class Importer
- Throws:
Exception
- if an error occurs
destroy
public final void destroy()
- Close database connections.
- Specified by:
destroy
in class Importer
Copyright © 2013 EMBL-EBI. All Rights Reserved.