Interface CountCountMax<D>

Type Parameters:
D - The type of the translated data.
All Superinterfaces:
Translator<D>, TranslatorTiming<D>
All Known Implementing Classes:
CountCountMaxR4, CountCountMaxR5

public interface CountCountMax<D> extends TranslatorTiming<D>
Interface for translating "timing.repeat.count" / "timing.repeat.countMax".
Since:
1.0.0
Author:
jy95
  • Field Details

  • Method Details

    • hasCountMax

      boolean hasCountMax(D dosage)
      Check if "timing.repeat.countMax" exists
      Parameters:
      dosage - the dosage object to check
      Returns:
      True if it is the case, false otherwise