org.jfree.formula.operators

Class PercentageOperator

Implemented Interfaces:
PostfixOperator

public class PercentageOperator
extends java.lang.Object
implements PostfixOperator

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

Constructor Summary

PercentageOperator()

Method Summary

TypeValuePair
evaluate(FormulaContext context, TypeValuePair value1)
String
toString()

Constructor Details

PercentageOperator

public PercentageOperator()

Method Details

evaluate

public TypeValuePair evaluate(FormulaContext context,
                              TypeValuePair value1)
            throws EvaluationException
Specified by:
evaluate in interface PostfixOperator

toString

public String toString()