TFBS

PatternGenI

Included libraries Package variables General documentation Methods

Package variables top
No package variables defined.
Included modulestop
Bio::Root::Root
Carp
strict
Inherit top
Bio::Root::Root
Synopsistop
No synopsis!
Descriptiontop
No description!
Methodstop
_abstractDeathNo descriptionCode
patternNo descriptionCode

Methods description


Methods code

_abstractDeathdescriptiontopprevnext
sub _abstractDeath {
    ## borrowed from BioPerl; with compliments :)
my $self = shift; my $package = ref $self; my $caller = (caller())[1]; confess "Abstract method '$caller' defined in interface TFBS::PatternGenI not implemented by pacakge $package";
}
patterndescriptiontopprevnext
sub pattern {
    my $self = shift;
    $self->_abstractDeath;
}

General documentation

No general documentation available.