The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNPOSIS

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

DESCRIPTION

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.

BUGS

None reported.

SEE ALSO

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

AUTHOR

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.