TFBS
PatternGenI
| No package variables defined. |
| Bio::Root::Root |
| Carp |
| strict |
| _abstractDeath | No description | Code |
| pattern | No description | Code |
Methods description
Methods code
| _abstractDeath | description | top | prev | next |
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";
}
sub pattern
{ my $self = shift;
$self->_abstractDeath;}
General documentation
No general documentation available.