Class AlgorithmHurstIndex.DistanceIntensity

  • Enclosing class:
    AlgorithmHurstIndex

    class AlgorithmHurstIndex.DistanceIntensity
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double distance  
      private double intensity  
    • Constructor Summary

      Constructors 
      Constructor Description
      DistanceIntensity​(double distance, double intensity)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) double getDistance()  
      (package private) double getIntensity()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • distance

        private double distance
      • intensity

        private double intensity
    • Constructor Detail

      • DistanceIntensity

        public DistanceIntensity​(double distance,
                                 double intensity)
    • Method Detail

      • getDistance

        double getDistance()
      • getIntensity

        double getIntensity()