Class ArithmeticOperatorsImpl

  • All Implemented Interfaces:
    ArithmeticOperators

    public class ArithmeticOperatorsImpl
    extends Object
    implements ArithmeticOperators
    Implementation of the ArithmeticOperators interface.
    Author:
    Justin Deoliveira, The Open Planning Project
    • Constructor Detail

      • ArithmeticOperatorsImpl

        public ArithmeticOperatorsImpl()
      • ArithmeticOperatorsImpl

        public ArithmeticOperatorsImpl​(boolean simpleArtithmetic,
                                       Functions functions)
    • Method Detail

      • setSimpleArithmetic

        public void setSimpleArithmetic​(boolean simpleArithmetic)
      • toString

        public String toString()
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Object