Class CountRate

java.lang.Object
net.sourceforge.plantuml.api.CountRate

public final class CountRate extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    increment(int value)
     
    long
     
    long
     
    long
     
    long
     
    long
     
    long
     

    Methods inherited from class java.lang.Object

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

    • CountRate

      public CountRate()
  • Method Details

    • increment

      public void increment()
    • increment

      public void increment(int value)
    • perMinute

      public long perMinute()
    • perHour

      public long perHour()
    • perDay

      public long perDay()
    • perMinuteMax

      public long perMinuteMax()
    • perHourMax

      public long perHourMax()
    • perDayMax

      public long perDayMax()