Class
caplin.workbench.model

DataGenerator

A DataGenerator generates a list of updates for a given set of seed values. This class is typically used with a WorkbenchDataEditor

Constructor Summary

Attributes Name and Description
caplin.workbench.model.DataGenerator()

Method Summary

Attributes Name and Description
Map generate(Map mSeeds)

Generates a map of values that represent a data update for the given seed values.

Constructor Detail

caplin.workbench.model.DataGenerator()

Method Detail

Map generate(Map mSeeds)

Generates a map of values that represent a data update for the given seed values.

Parameters
Map mSeeds The seed values to use to base the new update from.
Returns
The new update.