Bio::MAGE::Protocol::Software

Bio::MAGE::Protocol::Software - Software represents the software used.
Download

Bio::MAGE::Protocol::Software Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason E. Stewart
  • Publisher web site:
  • http://search.cpan.org/~jasons/

Bio::MAGE::Protocol::Software Tags


Bio::MAGE::Protocol::Software Description

Bio::MAGE::Protocol::Software - Software represents the software used. Bio::MAGE::Protocol::Software - Software represents the software used.SYNOPSIS use Bio::MAGE::Protocol::Software; # creating an empty instance my $software = Bio::MAGE::Protocol::Software->new(); # creating an already populated instance my $software = Bio::MAGE::Protocol::Software->new(softwareManufacturers=>$softwareManufacturers_value, softwares=>$softwares_value, hardware=>$hardware_value, type=>$type_value); # setting and retrieving object associations my $softwareManufacturers_val = $software->softwareManufacturers(); $software->softwareManufacturers($value); my $softwares_val = $software->softwares(); $software->softwares($value); my $hardware_val = $software->hardware(); $software->hardware($value); my $type_val = $software->type(); $software->type($value); Requirements: · Perl


Bio::MAGE::Protocol::Software Related Software