Class InversePowerLawConfiguration


  • public class InversePowerLawConfiguration
    extends java.lang.Object
    This class encapsulates the three parameters that are required in order to create a Inverse Power Law function.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getA()  
      double getB()  
      double getC()  
      void setA​(double a)  
      void setB​(double b)  
      void setC​(double c)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InversePowerLawConfiguration

        public InversePowerLawConfiguration()
    • Method Detail

      • getA

        public double getA()
      • setA

        public void setA​(double a)
      • getB

        public double getB()
      • setB

        public void setB​(double b)
      • getC

        public double getC()
      • setC

        public void setC​(double c)
      • toString

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