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.

Home Page:http://finraos.github.io/DataGenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mibrahim opened this issue · comments

Research the equivalence class transformer.

Questions:

  • Is it good to keep them in one class or break them into several classes ?

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

Design thoughts:

  • Want to allow use of existing variable values as inputs to macros in the EquivalenceClassTransformer
  • Need to be able to distinguish between literal values and variable names somehow (maybe $ ? )

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).