Interface IContinuousClock

  • All Superinterfaces:
    IClock
    All Known Implementing Classes:
    ContinuousClock, SystemClock

    public interface IContinuousClock
    extends IClock
    Continuous clock interface extends a normal clock by adding a method getting the dilation.
    • Method Detail

      • getDilation

        double getDilation()
        Get the clocks dilation.
        Returns:
        The clocks dilation.
      • setDilation

        void setDilation​(double dilation)
        Set the clocks dilation.
        Parameters:
        dilation - The clocks dilation.