org.datamixer.functions.arithmetic
Class SubtractStrategy

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

public class SubtractStrategy
extends FunctionStrategy


Field Summary
 
Fields inherited from class org.datamixer.functions.FunctionStrategy
functionIterator_, logger_, result_
 
Constructor Summary
SubtractStrategy()
           
 
Method Summary
 Value operator()
          Applies an operator to the children of a Function node.
 
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

SubtractStrategy

public SubtractStrategy()
Method Detail

operator

public Value operator()
               throws DatamixerException
Description copied from class: FunctionStrategy
Applies an operator to the children of a Function node.

Overrides:
operator in class FunctionStrategy
Throws:
DatamixerException


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