DataGenerator
generates a list of updates for a given set of
seed values. This class is typically used with a WorkbenchDataEditor
Attributes | Name and Description |
---|---|
|
caplin.workbench.model.DataGenerator()
|
Attributes | Name and Description |
---|---|
|
Map
generate(Map mSeeds)
Generates a map of values that represent a data update for the given seed values. |
►
caplin.workbench.model.DataGenerator()
►
Map
generate(Map mSeeds)
Generates a map of values that represent a data update for the given seed values.
Map | mSeeds | The seed values to use to base the new update from. |