org.jfree.formula.operators

Interface PrefixOperator

Known Implementing Classes:
MinusSignOperator, PlusSignOperator

public interface PrefixOperator

Creation-Date: 02.11.2006, 10:17:03
Author:
Thomas Morgner

Method Summary

TypeValuePair
evaluate(FormulaContext context, TypeValuePair value1)

Method Details

evaluate

public TypeValuePair evaluate(FormulaContext context,
                              TypeValuePair value1)
            throws EvaluationException