Package net.sourceforge.plantuml.api
Class CountRate
java.lang.Object
net.sourceforge.plantuml.api.CountRate
public final class CountRate
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
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()
-