bioperl-live
TestInterface
Toolbar
Summary
TestInterface - A simple subclass of Interface
Package variables
No package variables defined.
Included modules
Inherit
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
sub bar
{ my $self = shift;
$self->throw_not_implemented;
}
1; } |
sub data
{ my $self = shift;
$self->throw_not_implemented; } |
sub foo
{ my $self = shift;
$self->throw_not_implemented; } |
General documentation
Steve Chervitz <sac@bioperl.org>