MOBY::service_type - a lightweight connection to the


MOBY documentation  | view source Contained in the MOBY distribution.

Index


NAME

Top

MOBY::service_type - a lightweight connection to the service_type table in the database

SYNOPSIS

Top

 use MOBY::service_type;
 my $Instance = MOBY::service_type->new(
      rdf_definition => "URI:LSID:www.biomoby.org:services:Blast",
      name "Blast",
 );
 print $Instance->service_type_id;




DESCRIPTION

Top

representation of the service_type table. Can write to the database

AUTHORS

Top

Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)


MOBY documentation  | view source Contained in the MOBY distribution.