Class Hypoth

  • All Implemented Interfaces:
    java.lang.Comparable<Hypoth>

    public class Hypoth
    extends java.lang.Object
    implements java.lang.Comparable<Hypoth>
    • Field Detail

      • coeff

        public double coeff
    • Constructor Detail

      • Hypoth

        public Hypoth()
      • Hypoth

        public Hypoth​(Coordinate newCoord,
                      double newCoeff)
    • Method Detail

      • set

        public void set​(Coordinate newCoord,
                        double newCoeff)
      • compareTo

        public int compareTo​(Hypoth o)
        Specified by:
        compareTo in interface java.lang.Comparable<Hypoth>