net.sourceforge.fixagora.test
Class LehmanFunction

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

public class LehmanFunction
extends AbstractSpreadSheetFunction

The Class LehmanFunction.


Constructor Summary
LehmanFunction()
           
 
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)
           
 java.lang.String getFunctionName()
          Gets the function name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LehmanFunction

public LehmanFunction()
Method Detail

getFunctionName

public java.lang.String getFunctionName()
Description copied from class: AbstractSpreadSheetFunction
Gets the function name.

Specified by:
getFunctionName in class AbstractSpreadSheetFunction
Returns:
the function name

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)