|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.benerator.engine.AbstractScopedLifeCycleHolder
org.databene.benerator.composite.MultiComponentBuilder<E>
org.databene.benerator.composite.AlternativeComponentBuilder<E>
public class AlternativeComponentBuilder<E>
Creates one component from an arbitrary choice of different available ones.
Created at 09.05.2008 13:28:19
Field Summary |
---|
Fields inherited from class org.databene.benerator.composite.MultiComponentBuilder |
---|
builders, message |
Constructor Summary | |
---|---|
AlternativeComponentBuilder(ComponentBuilder<E>[] alternatives,
java.lang.String scope)
|
Method Summary | |
---|---|
boolean |
execute(BeneratorContext context)
|
boolean |
isParallelizable()
|
boolean |
isThreadSafe()
|
Methods inherited from class org.databene.benerator.composite.MultiComponentBuilder |
---|
buildRandomComponent, close, getMessage, init, reset, toString |
Methods inherited from class org.databene.benerator.engine.AbstractScopedLifeCycleHolder |
---|
getScope, isResetNeeded, resetIfNeeded, setResetNeeded, setScope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.databene.benerator.engine.ScopedLifeCycleHolder |
---|
getScope, isResetNeeded, resetIfNeeded, setResetNeeded, setScope |
Constructor Detail |
---|
public AlternativeComponentBuilder(ComponentBuilder<E>[] alternatives, java.lang.String scope)
Method Detail |
---|
public boolean execute(BeneratorContext context)
public boolean isParallelizable()
public boolean isThreadSafe()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |