Summary | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
dbID | Description | Code |
name | Description | Code |
new | Description | Code |
source | Description | Code |
dbID | code | next | Top |
Arg [1] : (optional) int $dbID |
name | code | prev | next | Top |
Arg [1] : (optional) string $name |
new | code | prev | next | Top |
Arg [1] : (optional) int $dbID |
source | code | prev | next | Top |
Arg [1] : (optional) string $source |
dbID | description | prev | next | Top |
my $self = shift; if(@_) { $self->{'dbID'} = shift; } return $self->{'dbID'};}
name | description | prev | next | Top |
my $self = shift; if(@_) { $self->{'name'} = shift; } return $self->{'name'} } 1;}
new | description | prev | next | Top |
my ($caller, $dbID, $source, $name) = @_; my $class = ref($caller) || $caller; return bless( {'dbID' => $dbID, 'source' => $source, 'name' => $name}, $class );}
source | description | prev | next | Top |
my $self = shift; if(@_) { $self->{'source'} = shift; } return $self->{'source'};}
LICENSE | Top |
Copyright (c) 1999-2009 The European Bioinformatics Institute and
Genome Research Limited. All rights reserved.
This software is distributed under a modified Apache license. For license details, please see /info/about/code_licence.html
CONTACT | Top |
Please email comments or questions to the public Ensembl
developers list at <ensembl-dev@ebi.ac.uk>.
Questions may also be sent to the Ensembl help desk at <helpdesk@ensembl.org>.