|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.benerator.distribution.Sequence
public abstract class Sequence
Provides access to specific Sequence number Generators.
Created: 11.09.2006 21:12:57
Constructor Summary | |
---|---|
Sequence()
|
Method Summary | ||
---|---|---|
|
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 |
---|
public Sequence()
Method Detail |
---|
public <T> Generator<T> applyTo(Generator<T> source, boolean unique)
applyTo
in interface Distribution
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |