|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.datamixer.functions.FunctionStrategy
org.datamixer.functions.datamixer.AddValueStrategy
AddValueStrategy takes two arguments: a DatamixerIterator and a
ValueList. It passes the result of iterator.nextValue to ValueList.addValue(Value), and returns the ValueList in a ValueListValue.
| Field Summary |
| Fields inherited from class org.datamixer.functions.FunctionStrategy |
functionIterator_, logger_, result_ |
| Constructor Summary | |
AddValueStrategy()
|
|
| Method Summary | |
Value |
operator()
Takes two arguments: a DatamixerIterator and a ValueList. |
| Methods inherited from class org.datamixer.functions.FunctionStrategy |
doInitialize, findDataType, getDataType, getFunctionIterator, handleArguments, initialize, initResult, operate, setDataType, setFunctionIterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AddValueStrategy()
| Method Detail |
public Value operator()
throws DatamixerException
DatamixerIterator and a ValueList.
Passes the Value returned by iterator.next to ValueList.addValue(Value),
and returns the ValueList in a ValueListValue.
operator in class FunctionStrategyDatamixerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||