Uses of Class
com.bayesserver.data.discovery.VariableInfo
-
Packages that use VariableInfo Package Description com.bayesserver.data.discovery -
-
Uses of VariableInfo in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return types with arguments of type VariableInfo Modifier and Type Method Description static List<VariableInfo>
VariableGenerator. generate(DataReaderCommand readerCommand, List<VariableDefinition> variableDefinitions, VariableGeneratorOptions options)
Generates variables from a data source.
-