|
ensembl-hive
2.3
|
Inheritance diagram for Bio::EnsEMBL::Hive::ResourceDescription:
Collaboration diagram for Bio::EnsEMBL::Hive::ResourceDescription:Public Member Functions | |
| public | unikey () |
| public | meadow_type () |
| public | submission_cmd_args () |
| public | worker_cmd_args () |
| public | toString () |
Public Member Functions inherited from Bio::EnsEMBL::Hive::Cacheable | |
| public | collection () |
| public | unikey () |
| public | add_new_or_update () |
Public Member Functions inherited from Bio::EnsEMBL::Hive::Storable | |
| public Bio::EnsEMBL::Hive::Storable | new () |
| public Int | dbID () |
| public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor | adaptor () |
| public | DESTROY () |
| public | AUTOLOAD () |
A data container object (the only methods are getters/setters) that corresponds to a row in 'resource_description' table:
CREATE TABLE resource_description (
resource_class_id int(10) unsigned NOT NULL,
meadow_type varchar(40) NOT NULL,
submission_cmd_args VARCHAR(255) NOT NULL DEFAULT '',
worker_cmd_args VARCHAR(255) NOT NULL DEFAULT '',
PRIMARY KEY(resource_class_id, meadow_type)
) ENGINE=InnoDB;
| public Bio::EnsEMBL::Hive::ResourceDescription::meadow_type | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Hive::ResourceDescription::submission_cmd_args | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Hive::ResourceDescription::toString | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Hive::ResourceDescription::unikey | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Hive::ResourceDescription::worker_cmd_args | ( | ) |
Undocumented method
Code: