org.databene.benerator
Interface WeightedGenerator<E>

All Superinterfaces:
java.io.Closeable, Generator<E>, org.databene.commons.Resettable, org.databene.commons.ThreadAware, org.databene.commons.Weighted
All Known Subinterfaces:
WeightedDatasetGenerator<E>
All Known Implementing Classes:
AtomicDatasetGenerator, AttachedWeightSampleGenerator, CompositeDatasetGenerator, IndividualWeightSampleGenerator, WeighingGeneratorWrapper

public interface WeightedGenerator<E>
extends Generator<E>, org.databene.commons.Weighted

Parent interface for Generators that have a weight to be considered when combining Generators.

Created: 29.08.2011 21:39:41

Since:
0.7.0
Author:
Volker Bergmann

Method Summary
 
Methods inherited from interface org.databene.benerator.Generator
close, generate, getGeneratedType, init, wasInitialized
 
Methods inherited from interface org.databene.commons.ThreadAware
isParallelizable, isThreadSafe
 
Methods inherited from interface org.databene.commons.Resettable
reset
 
Methods inherited from interface org.databene.commons.Weighted
getWeight
 



Copyright © 2013. All Rights Reserved.