uk.ac.ebi.intenz.tools.importer
Class GoLinkImporter

java.lang.Object
  extended by uk.ac.ebi.intenz.tools.importer.Importer
      extended by uk.ac.ebi.intenz.tools.importer.GoLinkImporter

public class GoLinkImporter
extends Importer

Describe class GoLinkImporter here.

Version:
1.0
Author:
Rafael Alcantara

Field Summary
 
Fields inherited from class uk.ac.ebi.intenz.tools.importer.Importer
importerProps
 
Constructor Summary
GoLinkImporter()
           
 
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 uk.ac.ebi.intenz.tools.importer.Importer
doImport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoLinkImporter

public GoLinkImporter()
               throws IOException
Throws:
IOException
Method Detail

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.