FINRAOS / DataGenerator

DataGenerator is a Java library for systematically producing large volumes of data. DataGenerator frames data production as a modeling problem, with a user providing a model of dependencies among variables and the library traversing the model to produce relevant data sets.
http://finraos.github.io/DataGenerator
Apache License 2.0
161 stars 170 forks source link

Refactor Equivalence Class Transformers to separate the functions #307

Open mibrahim opened 8 years ago

mibrahim commented 8 years ago

Separate each of the functions in https://github.com/FINRAOS/DataGenerator/blob/master/dg-core/src/main/java/org/finra/datagenerator/consumer/EquivalenceClassTransformer.java to separate classes implementing a common interface.