@Deprecated public class GenerationContext extends Object implements GenerationStatus
| Modifier and Type | Class and Description |
|---|---|
static class |
GenerationContext.DiscardRatioExceededException
Deprecated.
|
| Constructor and Description |
|---|
GenerationContext(ParameterContext parameter,
GeneratorRepository repository,
GeometricDistribution distro,
SourceOfRandomness random)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
attempts()
Deprecated.
|
Object |
generate(SourceOfRandomness random)
Deprecated.
|
boolean |
shouldContinue()
Deprecated.
|
int |
size()
Deprecated.
|
public GenerationContext(ParameterContext parameter, GeneratorRepository repository, GeometricDistribution distro, SourceOfRandomness random)
public Object generate(SourceOfRandomness random)
public boolean shouldContinue()
public int size()
size in interface GenerationStatuspublic int attempts()
attempts in interface GenerationStatusCopyright © 2016. All rights reserved.