org.apache.poi.hssf.record.formula.functions
Class NotImplementedFunction

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.NotImplementedFunction
All Implemented Interfaces:
Function
Direct Known Subclasses:
Absref, Activecell, Address, Areas, Argument, Asc, Averagea, Betadist, Betainv, Binomdist, Call, Caller, Cell, Char, Chidist, Chiinv, Chitest, Choose, Clean, Code, Columns, Confidence, Correl, Count, Counta, Countblank, Countif, Covar, Critbinom, Customrepeat, Datedif, Datestring, Datevalue, Daverage, Days360, Db, Dbcs, Dcount, Dcounta, Ddb, Deref, Dget, Dmax, Dmin, Dproduct, Dstdev, Dstdevp, Dsum, Dvar, Dvarp, Echo, Error, Errortype, Evaluate, Exec, Expondist, Fdist, Files, Find, Findb, Finv, Fisher, Fisherinv, Fixed, Forecast, Formulaconvert, Fpos, Frequency, Ftest, Gammadist, Gammainv, Gammaln, Geomean, Goto, Group, Growth, Halt, Harmean, Help, Hlookup, Hour, Hyperlink, Hypgeomdist, Index, Indirect, Info, Initiate, Input, Intercept, Ipmt, Irr, Iserr, IsNa, Ispmt, Kurt, Lasterror, Leftb, Lenb, Linest, Links, Logest, Loginv, Lognormdist, Lookup, Match, Mdeterm, Midb, Minute, Minverse, Mirr, Mmult, N, Na, Names, Negbinomdist, Normdist, Norminv, Normsdist, Normsinv, Note, Now, Npv, Numberstring, Offset, Pearson, Percentile, Percentrank, Permut, Poisson, Ppmt, Prob, Proper, Quartile, Rank, Rate, Reftext, Relref, Replaceb, Rept, Request, Result, Rightb, Roman, Rows, Rsq, Search, Searchb, Second, Series, Setname, Setvalue, Skew, Sln, Slope, Standardize, Stdeva, Stdevp, Stdevpa, Step, Steyx, Subtotal, Sumif, Sumproduct, Syd, Tdist, Text, Textref, Time, Timevalue, Tinv, Today, Transpose, Trend, Trimmean, Trunc, Ttest, Type, Usdollar, Value, Var, Vara, Varp, Varpa, Vdb, Vlookup, Volatile, Weekday, Weibull, Ztest

public class NotImplementedFunction
extends java.lang.Object
implements Function

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com > This is the default implementation of a Function class. The default behaviour is to return a non-standard ErrorEval "ErrorEval.FUNCTION_NOT_IMPLEMENTED". This error should alert the user that the formula contained a function that is not yet implemented.

Constructor Summary
NotImplementedFunction()
           
 
Method Summary
 Eval evaluate(Eval[] operands, int srcRow, short srcCol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotImplementedFunction

public NotImplementedFunction()
Method Detail

evaluate

public Eval evaluate(Eval[] operands,
                     int srcRow,
                     short srcCol)
Specified by:
evaluate in interface Function


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.