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

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;

representation of the service_type table. Can write to the database

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