Class IpogConfiguration


  • public class IpogConfiguration
    extends java.lang.Object
    A class combining all information needed to construct a new instance of the IpogAlgorithm algorithm. This class is used instead of a constructor with all parameters to reduce API incompatibility issues when addition more arguments and for a general nicer way of constructing the algorithm since constructor with many parameters are not easy to read in code.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object