import("rJava")
importFrom("RCurl","curlPerform", "basicTextGatherer")
importFrom("utils", "download.file")
export(
 getSystemCode,
 getOrganismCode,
 getBridgeNames,
 getDatabase,
 getMatchingSources,
 getFullName,
 getDataSource,
 getAttributes,
 registerDataSource,
 loadDatabase,
 map,
 fullNameExists,
 systemCodeExists
)

