org.databene.domain.lang
Class NounGenerator

java.lang.Object
  extended by org.databene.benerator.util.AbstractGenerator<E>
      extended by org.databene.benerator.util.ThreadSafeGenerator<E>
          extended by org.databene.benerator.sample.AbstractSampleGenerator<E>
              extended by org.databene.benerator.sample.SampleGenerator<E>
                  extended by org.databene.benerator.sample.NonNullSampleGenerator<Noun>
                      extended by org.databene.domain.lang.NounGenerator
All Implemented Interfaces:
java.io.Closeable, Generator<Noun>, NonNullGenerator<Noun>, org.databene.commons.Resettable, org.databene.commons.ThreadAware

public class NounGenerator
extends NonNullSampleGenerator<Noun>

Generates Nouns of a given Locale.

Created at 11.07.2009 19:29:22

Since:
0.6.0
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.benerator.util.AbstractGenerator
context, logger, state
 
Constructor Summary
NounGenerator()
           
NounGenerator(java.util.Locale locale)
           
 
Method Summary
 
Methods inherited from class org.databene.benerator.sample.NonNullSampleGenerator
generate
 
Methods inherited from class org.databene.benerator.sample.SampleGenerator
addValue, clear, close, contains, generate, generate, generate, getVariety, init, isUnique, reset, setUnique, toString
 
Methods inherited from class org.databene.benerator.sample.AbstractSampleGenerator
addValues, addValues, getGeneratedType, setValues, setValues
 
Methods inherited from class org.databene.benerator.util.ThreadSafeGenerator
isParallelizable, isThreadSafe
 
Methods inherited from class org.databene.benerator.util.AbstractGenerator
assertInitialized, assertNotInitialized, getResultWrapper, wasInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

NounGenerator

public NounGenerator()
              throws java.io.IOException
Throws:
java.io.IOException

NounGenerator

public NounGenerator(java.util.Locale locale)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.