org.databene.benerator.distribution
Class Sequence

java.lang.Object
  extended by org.databene.benerator.distribution.Sequence
All Implemented Interfaces:
Distribution
Direct Known Subclasses:
BitReverseSequence, CumulatedSequence, ExpandSequence, HeadSequence, LiteralSequence, LongBasedSequence, RandomSequence, RandomWalkSequence, RepeatSequence, ShuffleSequence, StepSequence, WedgeSequence, WeightedNumbers

public abstract class Sequence
extends java.lang.Object
implements Distribution

Provides access to specific Sequence number Generators.

Created: 11.09.2006 21:12:57

Since:
0.1
Author:
Volker Bergmann

Constructor Summary
Sequence()
           
 
Method Summary
<T> Generator<T>
applyTo(Generator<T> source, boolean unique)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.databene.benerator.distribution.Distribution
createNumberGenerator
 

Constructor Detail

Sequence

public Sequence()
Method Detail

applyTo

public <T> Generator<T> applyTo(Generator<T> source,
                                boolean unique)
Specified by:
applyTo in interface Distribution

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013. All Rights Reserved.