bioperl-live TestInterface
SummaryIncluded librariesPackage variablesDescriptionGeneral documentationMethods
Toolbar
WebCvsRaw content
Summary
TestInterface - A simple subclass of Interface
Package variables
No package variables defined.
Included modules
Bio::Root::RootI
Inherit
Bio::Root::RootI
Synopsis
No synopsis!
Description
This module demonstrates how to use the generic Bio::Root::RootI
superclass.
Methods
bar
No description
Code
data
No description
Code
foo
No description
Code
Methods description
None available.
Methods code
bardescriptionprevnextTop
sub bar {
    my $self = shift;
    $self->throw_not_implemented;
}


1;
}
datadescriptionprevnextTop
sub data {
    my $self = shift;
    $self->throw_not_implemented;
}
foodescriptionprevnextTop
sub foo {
    my $self = shift;
    $self->throw_not_implemented;
}
General documentation
AUTHORTop
Steve Chervitz <sac@bioperl.org>