| Included libraries | Package variables | General documentation | Methods | 
| _abstractDeath | No description | Code | 
| pattern | No description | Code | 
| _abstractDeath | description | prev | next | Top | 
# 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";
| pattern | description | prev | next | Top | 
my $self = shift; $self->_abstractDeath;}