com.japisoft.formula.operator
Interface TernaryOperator

All Known Implementing Classes:
ELSEOperator

public interface TernaryOperator

Operator with three operands like 'if then else'

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 java.lang.Object eval(OperatorContext context)
           
 

Method Detail

eval

public java.lang.Object eval(OperatorContext context)
                      throws EvaluateException
Parameters:
context - Context for the operands
Returns:
An operator result
Throws:
EvaluateException