uk.me.parabola.mkgmap.osmstyle.eval
Class GTOp

java.lang.Object
  extended by uk.me.parabola.mkgmap.osmstyle.eval.AbstractOp
      extended by uk.me.parabola.mkgmap.osmstyle.eval.AbstractBinaryOp
          extended by uk.me.parabola.mkgmap.osmstyle.eval.NumericOp
              extended by uk.me.parabola.mkgmap.osmstyle.eval.GTOp
All Implemented Interfaces:
BinaryOp, Op

public class GTOp
extends NumericOp

Greater than. For population speeds etc.

Author:
Steve Ratcliffe

Field Summary
 
Fields inherited from class uk.me.parabola.mkgmap.osmstyle.eval.AbstractOp
first
 
Fields inherited from interface uk.me.parabola.mkgmap.osmstyle.eval.Op
AND, CLOSE_PAREN, EQUALS, EXISTS, GT, GTE, LT, LTE, NOT, NOT_EQUALS, NOT_EXISTS, OPEN_PAREN, OR, REGEX, VALUE
 
Constructor Summary
GTOp()
           
 
Method Summary
protected  boolean doesCompare(int result)
          This is passed the result of a compareTo and the subclass returns true or false depending on the operation.
 
Methods inherited from class uk.me.parabola.mkgmap.osmstyle.eval.NumericOp
eval, priority, toString
 
Methods inherited from class uk.me.parabola.mkgmap.osmstyle.eval.AbstractBinaryOp
getSecond, setSecond
 
Methods inherited from class uk.me.parabola.mkgmap.osmstyle.eval.AbstractOp
createOp, getFirst, getType, hasHigherPriority, isType, setFirst, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface uk.me.parabola.mkgmap.osmstyle.eval.Op
getFirst, getType, hasHigherPriority, isType, setFirst, value
 

Constructor Detail

GTOp

public GTOp()
Method Detail

doesCompare

protected boolean doesCompare(int result)
Description copied from class: NumericOp
This is passed the result of a compareTo and the subclass returns true or false depending on the operation.

Specified by:
doesCompare in class NumericOp