Class Sampling


  • public class Sampling
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Sampling​(java.lang.Integer base, java.lang.Integer rate, java.lang.Integer startTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double calcTimeToNextSample​(java.lang.Double currentTime)  
      • Methods inherited from class java.lang.Object

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

      • Sampling

        public Sampling​(java.lang.Integer base,
                        java.lang.Integer rate,
                        java.lang.Integer startTime)
    • Method Detail

      • calcTimeToNextSample

        public java.lang.Double calcTimeToNextSample​(java.lang.Double currentTime)