org.jfree.formula.function.information

Class IsLogicalFunction

Implemented Interfaces:
Function, Serializable

public class IsLogicalFunction
extends java.lang.Object
implements Function

This function checks whatever the given value is of Logical type.
Author:
Cedric Pronzato

Constructor Summary

IsLogicalFunction()

Method Summary

TypeValuePair
evaluate(FormulaContext context, ParameterCallback parameters)
String
getCanonicalName()

Constructor Details

IsLogicalFunction

public IsLogicalFunction()

Method Details

evaluate

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

getCanonicalName

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