Class VariableGenerator


  • public final class VariableGenerator
    extends Object
    Generates variables from a data source.
    • Method Detail

      • generate

        public static List<VariableInfo> generate​(DataReaderCommand readerCommand,
                                                  List<VariableDefinition> variableDefinitions,
                                                  VariableGeneratorOptions options)
        Generates variables from a data source.
        Parameters:
        readerCommand - Command to retrieve the data.
        variableDefinitions - Definitions for the variables to be created.
        options - Options affecting how variables are created.
        Returns:
        The new variables.