|
ensembl-hive
2.7.0
|
Inheritance diagram for Bio::EnsEMBL::Hive::DataflowTarget:Public Member Functions | |
| public | unikey () |
| public | on_condition () |
| public | input_id_template () |
| public | extend_param_stack () |
| public String | to_analysis_url () |
| public Bio::EnsEMBL::Hive::Analysis | to_analysis () |
| public String | toString () |
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 () |
Public Member Functions inherited from Bio::EnsEMBL::Hive::Cacheable | |
| public | hive_pipeline () |
| public | is_local_to () |
| public | count_local_and_remote_objects () |
| public | relative_display_name () |
| public | relative_url () |
| public | display_name () |
| public | unikey () |
Definition at line 6 of file DataflowTarget.pm.
| public Bio::EnsEMBL::Hive::DataflowTarget::extend_param_stack | ( | ) |
Function: getter/setter method. The boolean value defines whether the newly created jobs will inherit both the parameters and the accu of the prev_job.
Code:
| public Bio::EnsEMBL::Hive::DataflowTarget::input_id_template | ( | ) |
Function: getter/setter method for the input_id_template of the dataflow target
Code:
| public Bio::EnsEMBL::Hive::DataflowTarget::on_condition | ( | ) |
Function: getter/setter method for the on_condition of the dataflow target
Code:
| public Bio::EnsEMBL::Hive::Analysis Bio::EnsEMBL::Hive::DataflowTarget::to_analysis | ( | ) |
Usage : $self->to_analysis($analysis);
Function: Get/set method for the goal analysis object of this rule.
Returns : Bio::EnsEMBL::Hive::Analysis or Bio::EnsEMBL::Hive::Accumulator or Bio::EnsEMBL::Hive::NakedTable
Args : Bio::EnsEMBL::Hive::Analysis or Bio::EnsEMBL::Hive::Accumulator or Bio::EnsEMBL::Hive::NakedTable
Code:
| public String Bio::EnsEMBL::Hive::DataflowTarget::to_analysis_url | ( | ) |
Arg[1] : (optional) string $url
Usage : $self->to_analysis_url($url);
Function: Get/set method for the 'to' analysis objects URL for this rule
Returns : string
Code:
| public String Bio::EnsEMBL::Hive::DataflowTarget::toString | ( | ) |
Args : (none)
Example : Description: returns a stringified representation of the rule
Returntype : string
Code:
| public Bio::EnsEMBL::Hive::DataflowTarget::unikey | ( | ) |
Undocumented method
Code: