public abstract class TypeHandler extends Object
| Constructor and Description |
|---|
TypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLaunchArguments() |
abstract String |
getName() |
abstract Object |
getNextRandomValue() |
org.apache.commons.math3.random.RandomDataGenerator |
getRand() |
void |
setLaunchArguments(String[] launchArguments) |
void |
setRand(org.apache.commons.math3.random.RandomDataGenerator rand) |
static String |
stripQuotes(String s) |
public abstract Object getNextRandomValue()
public abstract String getName()
public org.apache.commons.math3.random.RandomDataGenerator getRand()
public void setRand(org.apache.commons.math3.random.RandomDataGenerator rand)
rand - the rand to setpublic String[] getLaunchArguments()
public void setLaunchArguments(String[] launchArguments)
launchArguments - the launchArguments to setCopyright © 2017. All rights reserved.