pt.uminho.anote2.aibench.resources.datastructures.kegg
Class KeggReactionsExtension

java.lang.Object
  extended by pt.uminho.anote2.datastructures.report.resources.PortResourceUpdateReport
      extended by pt.uminho.anote2.datastructures.resources.Dictionary.Loaders.DictionaryLoaderHelp
          extended by pt.uminho.anote2.datastructures.resources.Dictionary.Loaders.kegg.Kegg
              extended by pt.uminho.anote2.datastructures.resources.Dictionary.Loaders.kegg.KeggReactions
                  extended by pt.uminho.anote2.aibench.resources.datastructures.kegg.KeggReactionsExtension
All Implemented Interfaces:
IDicionaryFlatFilesLoader, IDictionaryLoader

public class KeggReactionsExtension
extends KeggReactions


Constructor Summary
KeggReactionsExtension(IDictionary dictionary, boolean cancel, TimeLeftProgress progress)
           
 
Method Summary
 IResourceUpdateReport loadTermsFromFile(java.io.File file, java.util.Properties prop)
           
 void setcancel(boolean cancel)
           
 
Methods inherited from class pt.uminho.anote2.datastructures.resources.Dictionary.Loaders.kegg.KeggReactions
checkFile, getName, loadFileReactions
 
Methods inherited from class pt.uminho.anote2.datastructures.resources.Dictionary.Loaders.kegg.Kegg
checkAllFile, findSyn, finTerm, getDictionary, getExternalID, getFindEntity, loadFileCoumpounds, loadFileEnzymes, organismMatching
 
Methods inherited from class pt.uminho.anote2.datastructures.resources.Dictionary.Loaders.DictionaryLoaderHelp
addTermsAndSyn, addTermsAndSyn, getEntityClass, getNextResourceElementID, getOtherID, getResource, getSourceID, setEntityClass, setNextResourceElementID, setResource, setSourceID
 
Methods inherited from class pt.uminho.anote2.datastructures.report.resources.PortResourceUpdateReport
getReport, setReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pt.uminho.anote2.resource.dictionary.IDictionaryLoader
getDictionary, getReport
 

Constructor Detail

KeggReactionsExtension

public KeggReactionsExtension(IDictionary dictionary,
                              boolean cancel,
                              TimeLeftProgress progress)
Method Detail

setcancel

public void setcancel(boolean cancel)
Specified by:
setcancel in interface IDictionaryLoader
Overrides:
setcancel in class KeggReactions

loadTermsFromFile

public IResourceUpdateReport loadTermsFromFile(java.io.File file,
                                               java.util.Properties prop)
Specified by:
loadTermsFromFile in interface IDicionaryFlatFilesLoader
Overrides:
loadTermsFromFile in class KeggReactions