Bio::Biblio::Patent 1.4 review
DownloadBio::Biblio::Patent is a representation of a patent. SYNOPSIS $obj = new Bio::Biblio::Patent (-doc_number => '1-2-3-4-5');
|
|
Bio::Biblio::Patent is a representation of a patent.
SYNOPSIS
$obj = new Bio::Biblio::Patent (-doc_number => '1-2-3-4-5');
#--- OR ---
$obj = new Bio::Biblio::Patent;
$obj->doc_number ('1-2-3-4-5');
A storage object for a patent. See its place in the class hierarchy in
http://industry.ebi.ac.uk/openBQS/images/bibobjects_perl.gif
Attributes
The following attributes are specific to this class (however, you can also set and get all attributes defined in the parent classes):
doc_number
doc_office
doc_type
applicants type: array ref of Bio::Biblio::Providers
Requirements:
Perl
Bio::Biblio::Patent 1.4 keywords