#include <Strategy.h>
Inheritance diagram for SomeName::Strategy:
An entire hierarchy of classes is generated for every algorithm identified as potentially beneficial to OCR functionality. Each such hierarchy implements a set of strategies for solving the algorithm represented by the hierarchy.
This is a parent of all Strategy classes, just in case we need to introduce functionality common to all, or need to be able to store an arbitrary Strategy into a variable.