org.pentaho.reporting.libraries.formula.function.userdefined
Class ArrayMidFunction

java.lang.Object
  extended by org.pentaho.reporting.libraries.formula.function.userdefined.ArrayMidFunction
All Implemented Interfaces:
Serializable, Function

public class ArrayMidFunction
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ArrayMidFunction()
           
 
Method Summary
 TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)
           
 String getCanonicalName()
           
static Object[] process(Sequence text, int start, int length)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayMidFunction

public ArrayMidFunction()
Method Detail

getCanonicalName

public String getCanonicalName()
Specified by:
getCanonicalName in interface Function

evaluate

public TypeValuePair evaluate(FormulaContext context,
                              ParameterCallback parameters)
                       throws EvaluationException
Specified by:
evaluate in interface Function
Throws:
EvaluationException

process

public static Object[] process(Sequence text,
                               int start,
                               int length)
                        throws EvaluationException
Throws:
EvaluationException