public class RulesApplier extends Object
| Constructor and Description |
|---|
RulesApplier(XMLConfigParser parser) |
RulesApplier(XMLConfigParser parser,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateRandomDate(int min,
int max) |
String |
generateRandomDate(String min,
String max) |
DataValue |
getDataForRule(Scenario scenario,
Column phxMetaColumn)
Get a data value based on rules.
|
DataValue |
getDataValue(Column column)
Get data value based on the supplied rule
|
List<Map> |
getModelList() |
public RulesApplier(XMLConfigParser parser)
public RulesApplier(XMLConfigParser parser, long seed)
public DataValue getDataForRule(Scenario scenario, Column phxMetaColumn) throws Exception
public DataValue getDataValue(Column column) throws Exception
public String generateRandomDate(int min, int max)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.