Class | SuffixArrayDelta::BaseEmitter |
In: |
lib/sadelta.rb
|
Parent: | Object |
Base class used by all emitters. It mostly handles the statistics part of the emit process. Implementing classes should call update_insert_stats and update_match_stats to help keep track of the stats.
Implementing classes should also have insert, match, and finished functions. these aren’t included here since Ruby doesn’t enforce any kind of abstract functions (doesn’t need them anyway).
insert_count | [R] | |
insert_total | [R] | |
match_count | [R] | |
match_total | [R] |