3 # BioPerl module for Bio::Factory::ApplicationFactoryI
5 # Cared for by Heikki Lehvaslaiho <heikki-at-bioperl-dot-org>
7 # Copyright Heikki Lehvaslaiho
9 # You may distribute this module under the same terms as perl itself
11 # POD documentation - main docs before the code
15 Bio::Factory::ApplicationFactoryI - Interface class for Application Factories
19 You wont be using this as an object, but using a derived class.
23 Holds common Application Factory attributes in place.
29 User feedback is an integral part of the evolution of this and other
30 Bioperl modules. Send your comments and suggestions preferably to the
31 Bioperl mailing lists Your participation is much appreciated.
33 bioperl-l@bioperl.org - General discussion
34 http://bioperl.org/wiki/Mailing_lists - About the mailing lists
38 report bugs to the Bioperl bug tracking system to help us keep track
39 the bugs and their resolution. Bug reports can be submitted via the
42 http://bugzilla.open-bio.org/
44 =head1 AUTHOR - Heikki Lehvaslaiho
46 Email: heikki-at-bioperl-dot-org
50 The rest of the documentation details each of the object
51 methods. Internal methods are usually preceded with a _
55 # Let the code begin...
57 package Bio
::Factory
::ApplicationFactoryI
;
60 use base
qw(Bio::Root::RootI);
65 Usage : exit if $prog->version() < 1.8
66 Function: Determine the version number of the program
68 Returns : float or undef
74 shift->throw_not_implemented();