|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.datamixer.collections.DatamixerIterator
org.datamixer.containers.CollectionContainerIterator
org.datamixer.functions.FunctionIterator
| Field Summary | |
protected FunctionStrategy |
strategy_
strategy |
| Fields inherited from class org.datamixer.containers.CollectionContainerIterator |
ALL_DONE, ALL_DONE_STRING, ANY_DONE, ANY_DONE_STRING, current_, dataType_, dataTypeSet_, DONE_UNDEFINED, DONE_UNDEFINED_STRING, donePolicy_, elements_, iterators_, repeatAll_ |
| Fields inherited from class org.datamixer.collections.DatamixerIterator |
collection_, debugEnabled_, done_, doneChecked_, doneListeners_, format_, formatPattern_, id_, infoEnabled_, initialized_, logger_, name_, nextListeners_, path_, repeat_, repeatSet_ |
| Constructor Summary | |
FunctionIterator()
|
|
FunctionIterator(FunctionStrategy strategy)
|
|
| Method Summary | |
protected void |
doGenerate()
Generates the next value. |
protected void |
doInitialize()
Initialization. |
Value |
getArguments()
Returns the current arguments. |
java.text.Format |
getFormat(java.lang.String pattern)
Returns an appropriate Format object. |
FunctionStrategy |
getStrategy()
Returns the current strategy. |
void |
setStrategy(FunctionStrategy value)
Sets the current strategy. |
| Methods inherited from class org.datamixer.containers.CollectionContainerIterator |
addElement, addElement, allDone, anyDone, checkCompatibility, dataTypeWeight, doContainerGenerate, doDone, doGetCurrentValue, doReset, findDataType, getDataType, getDonePolicy, getDonePolicyString, getDonePolicyString, getElement, getElements, getIterator, getIterators, getRepeatAll, maxDataType, setDataType, setDonePolicy, setDonePolicyString, setRepeatAll |
| Methods inherited from class org.datamixer.collections.DatamixerIterator |
addDatamixerListener, doFireDatamixerEvent, fireDatamixerEvent, generate, getCollection, getContainer, getCurrent, getCurrentValue, getFormatPattern, getHasNext, getId, getListeners, getName, getNext, getNextValue, getPath, getRepeat, hasNext, initialize, next, remove, removeDatamixerListener, reset, setCollection, setContainer, setCurrentValue, setFormatPattern, setId, setName, setRepeat, toString, updateCurrentValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected FunctionStrategy strategy_
| Constructor Detail |
public FunctionIterator()
public FunctionIterator(FunctionStrategy strategy)
| Method Detail |
public java.text.Format getFormat(java.lang.String pattern)
getFormat in class CollectionContainerIterator
protected void doInitialize()
throws DatamixerException
CollectionContainerIterator
doInitialize in class CollectionContainerIteratorDatamixerException
protected void doGenerate()
throws DatamixerException
doGenerate in class CollectionContainerIteratorDatamixerException
public FunctionStrategy getStrategy()
throws DatamixerException
DatamixerExceptionpublic void setStrategy(FunctionStrategy value)
value - the current strategy.
public Value getArguments()
throws DatamixerException
DatamixerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||