org.shiftone.bigcalc.core.operation
Interface UnaryOperation

All Known Implementing Classes:
NegateOperation, NotOperation

public interface UnaryOperation

Version:
$Revision: 1.10 $
Author:
$Author: jeffdrost $

Method Summary
 java.lang.Object evaluate(Context stdContext, java.lang.Object value)
           
 java.lang.String getSymbol()
           
 

Method Detail

evaluate

public java.lang.Object evaluate(Context stdContext,
                                 java.lang.Object value)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getSymbol

public java.lang.String getSymbol()