Bio::MAGE::Protocol::Hardware

Bio::MAGE::Protocol::Hardware is a Perl class for the MAGE-OM API.
Download

Bio::MAGE::Protocol::Hardware 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::Hardware Tags


Bio::MAGE::Protocol::Hardware Description

Bio::MAGE::Protocol::Hardware is a Perl class for the MAGE-OM API. Bio::MAGE::Protocol::Hardware is a Perl class for the MAGE-OM API.SYNOPSIS use Bio::MAGE::Protocol::Hardware # creating an empty instance my $hardware = Bio::MAGE::Protocol::Hardware->new(); # creating an instance with existing data my $hardware = Bio::MAGE::Protocol::Hardware->new( URI=>$uri_val, make=>$make_val, name=>$name_val, model=>$model_val, identifier=>$identifier_val, parameterTypes=>@parameter_list, auditTrail=>@audit_list, propertySets=>@namevaluetype_list, hardwareManufacturers=>@contact_list, descriptions=>@description_list, softwares=>@software_list, security=>$security_ref, type=>$ontologyentry_ref, ); # 'URI' attribute my $URI_val = $hardware->URI(); # getter $hardware->URI($value); # setter # 'make' attribute my $make_val = $hardware->make(); # getter $hardware->make($value); # setter # 'name' attribute my $name_val = $hardware->name(); # getter $hardware->name($value); # setter # 'model' attribute my $model_val = $hardware->model(); # getter $hardware->model($value); # setter # 'identifier' attribute my $identifier_val = $hardware->identifier(); # getter $hardware->identifier($value); # setter # 'parameterTypes' association my $parameter_array_ref = $hardware->parameterTypes(); # getter $hardware->parameterTypes(@parameter_list); # setter # 'auditTrail' association my $audit_array_ref = $hardware->auditTrail(); # getter $hardware->auditTrail(@audit_list); # setter # 'propertySets' association my $namevaluetype_array_ref = $hardware->propertySets(); # getter $hardware->propertySets(@namevaluetype_list); # setter # 'hardwareManufacturers' association my $contact_array_ref = $hardware->hardwareManufacturers(); # getter $hardware->hardwareManufacturers(@contact_list); # setter # 'descriptions' association my $description_array_ref = $hardware->descriptions(); # getter $hardware->descriptions(@description_list); # setter # 'softwares' association my $software_array_ref = $hardware->softwares(); # getter $hardware->softwares(@software_list); # setter # 'security' association my $security_ref = $hardware->security(); # getter $hardware->security($security_ref); # setter # 'type' association my $ontologyentry_ref = $hardware->type(); # getter $hardware->type($ontologyentry_ref); # setter Requirements: · Perl


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