You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Romain Dorgueil edited this page Oct 8, 2017
·
1 revision
Subject:
Transformation Factory
Authors:
Romain Dorgueil
Created:
Jul 16, 2017
Modified:
Oct 8, 2017
Target:
0.6? 0.7?
Status:
DRAFT
This is a DRAFT
Abstract
A transformation factory is a class that builds flexible transformations from it's API, allowing to code simple cases without defining a function or a class object.
There is already some work done in the transformation_factory@hartym branch.