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 171 forks source link

Can we use a variable inside a macro/equivalence class ? #244

Open mibrahim opened 9 years ago

mibrahim commented 9 years ago

Research the equivalence class transformer.

Questions:

bryantrobbins commented 9 years ago

@shraddha-patel will be taking a look at this.

Design thoughts:

bryantrobbins commented 9 years ago

This should not be baked in to the EquivalenceClassTransformer - should be its own entity useable with any transformer.

Also related to use of EL in general (longer-term).