public class AttributeListRandomGenerator extends java.lang.Object implements RandomGenerator
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
doGenerate(java.lang.Class<?> type)
Perform random generation.
|
static AttributeListRandomGenerator |
getInstance() |
java.util.Collection<java.lang.Class<?>> |
getTypes()
This method is used to get the types that this RandomGenerator is responsible for.
|
public static AttributeListRandomGenerator getInstance()
public java.util.Collection<java.lang.Class<?>> getTypes()
RandomGeneratorgetTypes in interface RandomGeneratorpublic java.util.Collection doGenerate(java.lang.Class<?> type)
RandomGeneratordoGenerate in interface RandomGeneratortype - The type to generate for.Copyright © 2010-2015. All Rights Reserved.