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

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

public class LessThanOperation
extends CompareOperation

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

Constructor Summary
LessThanOperation()
           
 
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

LessThanOperation

public LessThanOperation()
Method Detail

isSatisfied

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

getSymbol

public java.lang.String getSymbol()