net.sourceforge.fixagora.basis.server.control.spreadsheet.calculation
Class LastValueFunction

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.spreadsheet.calculation.LastValueFunction
All Implemented Interfaces:
org.apache.poi.ss.formula.functions.FreeRefFunction

public class LastValueFunction
extends java.lang.Object
implements org.apache.poi.ss.formula.functions.FreeRefFunction

The Class LastValueFunction.


Constructor Summary
LastValueFunction(java.util.Map<java.lang.String,SpreadSheetWorker> nameSpreadSheetWorkerMap)
          Instantiates a new last value function.
 
Method Summary
 org.apache.poi.ss.formula.eval.ValueEval evaluate(org.apache.poi.ss.formula.eval.ValueEval[] args, org.apache.poi.ss.formula.OperationEvaluationContext ec)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastValueFunction

public LastValueFunction(java.util.Map<java.lang.String,SpreadSheetWorker> nameSpreadSheetWorkerMap)
Instantiates a new last value function.

Parameters:
nameSpreadSheetWorkerMap - the name spread sheet worker map
Method Detail

evaluate

public org.apache.poi.ss.formula.eval.ValueEval evaluate(org.apache.poi.ss.formula.eval.ValueEval[] args,
                                                         org.apache.poi.ss.formula.OperationEvaluationContext ec)
Specified by:
evaluate in interface org.apache.poi.ss.formula.functions.FreeRefFunction