#include <Component.h>
Inheritance diagram for Conjecture::Component:
***************************************************************
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 Component classes, just in case we need to introduce functionality common to all, or need to be able to store an arbitrary Component into a variable.