org.shiftone.bigcalc.core.operation.unary
Class NotOperation

java.lang.Object
  extended byorg.shiftone.bigcalc.core.operation.unary.NotOperation
All Implemented Interfaces:
UnaryOperation

public class NotOperation
extends java.lang.Object
implements UnaryOperation

Version:
$Revision: 1.11 $
Author:
$Author: jeffdrost $

Constructor Summary
NotOperation()
           
 
Method Summary
 java.lang.Object evaluate(Context stdContext, java.lang.Object value)
           
 java.lang.String getSymbol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotOperation

public NotOperation()
Method Detail

evaluate

public java.lang.Object evaluate(Context stdContext,
                                 java.lang.Object value)
                          throws java.lang.Exception
Specified by:
evaluate in interface UnaryOperation
Throws:
java.lang.Exception

getSymbol

public java.lang.String getSymbol()
Specified by:
getSymbol in interface UnaryOperation