use strict; use warnings; no warnings qw(redefine); 1; # this class is AUTOGENERATED and will be AUTOMATICALLY REGENERATED # all work done in this module will be LOST package Ontology::rfam; use DBObject; use base qw(DBObject); sub attributes { return { id => [ DB_SCALAR, undef, 0, undef ], pmid => [ DB_SCALAR, undef, 0, undef ], description => [ DB_SCALAR, undef, 0, undef ], term => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ [ "id" ], ]; } 1; package Ontology::pdb; use DBObject; use base qw(DBObject); sub attributes { return { source => [ DB_SCALAR, undef, 0, undef ], id => [ DB_SCALAR, undef, 0, undef ], ligand => [ DB_SCALAR, undef, 0, undef ], description => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ [ "id" ], ]; } 1; package Ontology::prosite; use DBObject; use base qw(DBObject); sub attributes { return { id => [ DB_SCALAR, undef, 0, undef ], term => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ [ "id" ], ]; } 1; package Ontology::pfam; use DBObject; use base qw(DBObject); sub attributes { return { id => [ DB_SCALAR, undef, 0, undef ], term => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ [ "id" ], ]; } 1; package Ontology::interpro; use DBObject; use base qw(DBObject); sub attributes { return { id => [ DB_SCALAR, undef, 0, undef ], term => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ [ "id" ], ]; } 1; package Ontology::pir; use DBObject; use base qw(DBObject); sub attributes { return { id => [ DB_SCALAR, undef, 0, undef ], term => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ [ "id" ], ]; } 1; package Ontology::cdd; use DBObject; use base qw(DBObject); sub attributes { return { id => [ DB_SCALAR, undef, 0, undef ], description => [ DB_SCALAR, undef, 0, undef ], term => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ ]; } 1; package Ontology::go; use DBObject; use base qw(DBObject); sub attributes { return { ec => [ DB_SCALAR, undef, 0, undef ], id => [ DB_SCALAR, undef, 0, undef ], term => [ DB_SCALAR, undef, 0, undef ], }; } sub unique_indices { return [ ]; } sub indices { return [ [ "id", "term", "ec" ], ]; } 1;