Class ClocksSum

All Implemented Interfaces:
ClockModel, ParameterDriversProvider

public class ClocksSum extends AbstractCombinedClocksPair
Clock model computing the sum of two underlying models.
Since:
14.0
Author:
Luc Maisonobe
  • Constructor Details

    • ClocksSum

      public ClocksSum(ClockModel clock1, ClockModel clock2)
      Simple constructor.

      The combined clock is clock1 + clock2

      Parameters:
      clock1 - first underlying clock
      clock2 - second underlying clock
  • Method Details