Created abstraction for activation models and datas
This PR is tackling a subtask of issue #79 (closed). This is the list of changes:
- Created
ActivationModelAbstraction
andActivationDataAbstraction
classes. - Added documentation to the class methods.
- Implemented all current activation models and datas using point 1.