|
ensembl-hive
2.7.0
|
Inheritance diagram for Bio::EnsEMBL::IdMapping::MappingList:Public Member Functions | |
| public Bio::EnsEMBL::IdMapping::MappingList | new () |
| public void | add_Entry () |
| public Arrayref | get_all_Entries () |
| public void | add_all () |
| public Int | get_entry_count () |
| public void | log () |
| public String | to_string () |
Public Member Functions inherited from Bio::EnsEMBL::IdMapping::Serialisable | |
| public Bio::EnsEMBL::IdMapping::Serialisable | new () |
| public String | write_to_file () |
| public Bio::EnsEMBL::IdMapping::Serialisable | read_from_file () |
| public String | dump_path () |
| public String | cache_file_name () |
| public String | cache_file () |
| public Boolean | loaded () |
This object represents a list of Bio::EnsEMBL::IdMapping::Entry objects. It's essentially an OO wrapper for an array with some type checking and convenience methods.
Definition at line 38 of file MappingList.pm.
| public void Bio::EnsEMBL::IdMapping::MappingList::add_all | ( | ) |
Arg[1] : List of Bio::EnsEMBL::IdMapping::Entry objects Example :
Description : Adds a list of Entries to the MappingList. Return type : none Exceptions : thrown on wrong argument Caller : general Status : At Risk : under development
Code:
| public void Bio::EnsEMBL::IdMapping::MappingList::add_Entry | ( | ) |
Arg[1] : Bio::EnsEMBL::IdMapping::Entry - Entry to add Example :
Description : Adds an Entry to the MappingList. Return type : none Exceptions : thrown on wrong or missing argument Caller : general Status : At Risk : under development
Code:
| public Arrayref Bio::EnsEMBL::IdMapping::MappingList::get_all_Entries | ( | ) |
Example :
Description : Gets all Entries in the MappingList. Return type : Arrayref of Bio::EnsEMBL::IdMapping::Entry Exceptions : none Caller : general Status : At Risk : under development
Code:
| public Int Bio::EnsEMBL::IdMapping::MappingList::get_entry_count | ( | ) |
Example :
Description : Returns the number of Entries in the MappingList. Return type : Int Exceptions : none Caller : general Status : At Risk : under development
Code:
| public void Bio::EnsEMBL::IdMapping::MappingList::log | ( | ) |
Arg[1] : String $type - object type (e.g. 'gene') Arg[2] : String $dump_path - path for writing output Example :
Description : Logs all Entries in the MappingList to a file. Used for debugging. Return type : none Exceptions : thrown on I/0 error Caller : general Status : At Risk : under development
Code:
| public Bio::EnsEMBL::IdMapping::MappingList Bio::EnsEMBL::IdMapping::MappingList::new | ( | ) |
Arg[1-N] : see superclass Example :
Description : Constructor. Return type : Bio::EnsEMBL::IdMapping::MappingList Exceptions : none Caller : general Status : At Risk : under development
Code:
| public String Bio::EnsEMBL::IdMapping::MappingList::to_string | ( | ) |
Example :
Description : Returns a string representation of the MappingList. This is simply a multi-line string, where each line is a stringified Entry. Useful for debugging and logging. Return type : String Exceptions : none Caller : general Status : At Risk : under development
Code: