abstractpublic class AbstractRule implements JETARule(Code)
This class defines a basic rule for running validations and checks at certain
points in the program. It's main use is to check user input for GUI's that
are shared among different databases, but require different validations based
on the input.
author: Jeff Tassin