org.shiftone.bigcalc.core.operation.binary.compare
Class GreaterThanOperation

java.lang.Object
  extended byorg.shiftone.bigcalc.core.operation.binary.compare.CompareOperation
      extended byorg.shiftone.bigcalc.core.operation.binary.compare.GreaterThanOperation
All Implemented Interfaces:
BinaryOperation

public class GreaterThanOperation
extends CompareOperation

Version:
$Revision: 1.4 $
Author:
$Author: jeffdrost $

Constructor Summary
GreaterThanOperation()
           
 
Method Summary
 java.lang.String getSymbol()
           
 boolean isSatisfied(int compareResult)
           
 
Methods inherited from class org.shiftone.bigcalc.core.operation.binary.compare.CompareOperation
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreaterThanOperation

public GreaterThanOperation()
Method Detail

isSatisfied

public boolean isSatisfied(int compareResult)
Specified by:
isSatisfied in class CompareOperation

getSymbol

public java.lang.String getSymbol()