
Bio::GMOD::Query - Execute generic queries for different MODs

my $agent = Bio::GMOD::Query->new(-mod => 'WormBase');

Bio::GMOD::Query is a generic place holder describing methods that subclasses should implement. MODs that wish to support Bio::GMOD::Query should subclass this module. Each general data type that can be fetched should also be a method name.
Bio::GMOD::Query itslef provides a single method: fetch(). This method is a generic wrapper around the various methods for fetching datatypes.

None reported.

Bio::GMOD,Bio::GMOD::Query::WormBase

Todd W. Harris <harris@cshl.edu>.
Copyright (c) 2003-2005 Cold Spring Harbor Laboratory.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.