import(methods)
import(AnnotationDbi)

### Only put what is statically exported here. All the AnnObj instances
### created at load time are dynamically exported (refer to R/zzz.R for
### the details).
export(
    DO,
    DO_dbconn,
    DO_dbfile,
    DO_dbschema,
    DO_dbInfo,
    DOTerms 
)

exportClasses(
	      DOTerms,
              DOTermsAnnDbBimap)
exportMethods(
	#from R/DOClasses.R file
	DOID,  
	Term,
	Synonym,
	Secondary,
	show
)           
