Package decide

Class Parameters

java.lang.Object
decide.Parameters

public final class Parameters extends Object
Class for the different parameters.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Parameters(double length1, double radius1, double epsilon, double area1, int qpts, int quads, double dist, int npts, int kpts, int apts, int bpts, int cpts, int dpts, int epts, int fpts, int gpts, double length2, double radius2, double area2)
    Constructor for Parameters class.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    No. of int. pts. in LICs 8, 13.
    double
    Area in LICs 3, 10, 14.
    double
    Maximum area in LIC 14.
    int
    No. of int. pts. in LICs 8, 13.
    int
    No. of int. pts. in LIC 9.
    double
    Distance in LIC 6.
    int
    No. of int. pts. in LIC 9.
    double
    Deviation from PI in LICs 2, 9.
    int
    No. of int. pts. in LICs 10, 14.
    int
    No. of int. pts. in LICs 10, 14.
    int
    No. of int. pts. in LIC 11.
    int
    No. of int. pts. in LICs 7, 12.
    double
    Length in LICs 0, 7, 12.
    double
    Maximum length in LIC 12.
    int
    No. of consecutive pts .
    int
    No. of consecutive points in LIC 4.
    int
    No. of quadrants in LIC 4.
    double
    Radius in LICs 1, 8, 13.
    double
    Maximum radius in LIC 13.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Parameters

      public Parameters(double length1, double radius1, double epsilon, double area1, int qpts, int quads, double dist, int npts, int kpts, int apts, int bpts, int cpts, int dpts, int epts, int fpts, int gpts, double length2, double radius2, double area2)
      Constructor for Parameters class.
  • Method Details

    • getLength1

      public double getLength1()
      Length in LICs 0, 7, 12.
      Returns:
      the parameter
    • getRadius1

      public double getRadius1()
      Radius in LICs 1, 8, 13.
      Returns:
      the parameter
    • getEpsilon

      public double getEpsilon()
      Deviation from PI in LICs 2, 9.
      Returns:
      the parameter
    • getArea1

      public double getArea1()
      Area in LICs 3, 10, 14.
      Returns:
      the parameter
    • getQpts

      public int getQpts()
      No. of consecutive points in LIC 4.
      Returns:
      the parameter
    • getQuads

      public int getQuads()
      No. of quadrants in LIC 4.
      Returns:
      the parameter
    • getDist

      public double getDist()
      Distance in LIC 6.
      Returns:
      the parameter
    • getNpts

      public int getNpts()
      No. of consecutive pts . in LIC 6.
      Returns:
      the parameter
    • getKpts

      public int getKpts()
      No. of int. pts. in LICs 7, 12.
      Returns:
      the parameter
    • getApts

      public int getApts()
      No. of int. pts. in LICs 8, 13.
      Returns:
      the parameter
    • getBpts

      public int getBpts()
      No. of int. pts. in LICs 8, 13.
      Returns:
      the parameter
    • getCpts

      public int getCpts()
      No. of int. pts. in LIC 9.
      Returns:
      the parameter
    • getDpts

      public int getDpts()
      No. of int. pts. in LIC 9.
      Returns:
      the parameter
    • getEpts

      public int getEpts()
      No. of int. pts. in LICs 10, 14.
      Returns:
      the parameter
    • getFpts

      public int getFpts()
      No. of int. pts. in LICs 10, 14.
      Returns:
      the parameter
    • getGpts

      public int getGpts()
      No. of int. pts. in LIC 11.
      Returns:
      the parameter
    • getLength2

      public double getLength2()
      Maximum length in LIC 12.
      Returns:
      the parameter
    • getRadius2

      public double getRadius2()
      Maximum radius in LIC 13.
      Returns:
      the parameter
    • getArea2

      public double getArea2()
      Maximum area in LIC 14.
      Returns:
      the parameter