
Bio::Biblio::Provider - Representation of a general provider

# usually this class is not instantiated but can be...
$obj = new Bio::Biblio::Provider (-type => 'Department');
--- OR ---
$obj = new Bio::Biblio::Provider;
$obj->type ('Department');

A storage object for a general bibliographic resource provider (a rpovider can be a person, a organisation, or even a program).
The following attributes are specific to this class, and they are inherited by all provider types.
type


User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.
bioperl-l@bioperl.org - General discussion http://bioperl.org/MailList.shtml - About the mailing lists
Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via email or the web:
bioperl-bugs@bioperl.org http://bugzilla.bioperl.org/

Heikki Lehvaslaiho (heikki@ebi.ac.uk), Martin Senger (senger@ebi.ac.uk)

Copyright (c) 2002 European Bioinformatics Institute. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This software is provided "as is" without warranty of any kind.