| Bio-GMOD documentation | view source | Contained in the Bio-GMOD distribution. |
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.
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.
| Bio-GMOD documentation | view source | Contained in the Bio-GMOD distribution. |