Uses of Class
openllet.core.utils.Timer
-
Packages that use Timer Package Description openllet.core.utils -
-
Uses of Timer in openllet.core.utils
Fields in openllet.core.utils declared as Timer Modifier and Type Field Description TimerTimers. _mainTimerMethods in openllet.core.utils that return Timer Modifier and Type Method Description TimerTimers. createTimer(java.lang.String name)TimerTimer. getParent()Return the parent timer of this timer depends on.Methods in openllet.core.utils that return types with arguments of type Timer Modifier and Type Method Description java.util.Optional<Timer>Timers. getTimer(java.lang.String name)java.util.Collection<Timer>Timers. getTimers()java.util.Optional<Timer>Timers. startTimer(java.lang.String name)Methods in openllet.core.utils with parameters of type Timer Modifier and Type Method Description voidTimer. add(Timer timer)Update the total time elapsed and number of counts by by adding the values from another timer.Constructors in openllet.core.utils with parameters of type Timer Constructor Description Timer(java.lang.String name, Timer parent)Create a timer that has the specified parent timer.
-