org.datamixer.functions.arithmetic
Class AddStrategy

java.lang.Object
  extended byorg.datamixer.functions.FunctionStrategy
      extended byorg.datamixer.functions.arithmetic.AddStrategy

public class AddStrategy
extends FunctionStrategy


Field Summary
 
Fields inherited from class org.datamixer.functions.FunctionStrategy
functionIterator_, logger_, result_
 
Constructor Summary
AddStrategy()
           
 
Method Summary
protected  void initResult()
           
protected  void operate(Value value)
          Operates on value.
 
Methods inherited from class org.datamixer.functions.FunctionStrategy
doInitialize, findDataType, getDataType, getFunctionIterator, handleArguments, initialize, operator, setDataType, setFunctionIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddStrategy

public AddStrategy()
Method Detail

initResult

protected void initResult()
Overrides:
initResult in class FunctionStrategy

operate

protected void operate(Value value)
                throws DatamixerException
Description copied from class: FunctionStrategy
Operates on value.

Overrides:
operate in class FunctionStrategy
Throws:
DatamixerException


Copyright © 2004-2006 datamixer.org. All Rights Reserved.