All Known Implementing Classes:
JavaTimer

@Deprecated public interface Timer
Deprecated.
replaced by UimaTimer
The Interface Timer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end()
    Deprecated.
    End.
    long
    Deprecated.
    Gets the duration.
    long
    Deprecated.
    Gets the resolution.
    long
    Deprecated.
    Gets the time in micros.
    long
    Deprecated.
    Gets the time in millis.
    long
    Deprecated.
    Gets the time in secs.
    void
    Deprecated.
    Start.
  • Method Details

    • start

      void start()
      Deprecated.
      Start.
    • end

      void end()
      Deprecated.
      End.
    • getDuration

      long getDuration()
      Deprecated.
      Gets the duration.
      Returns:
      the duration
    • getTimeInSecs

      long getTimeInSecs()
      Deprecated.
      Gets the time in secs.
      Returns:
      the time in secs
    • getTimeInMillis

      long getTimeInMillis()
      Deprecated.
      Gets the time in millis.
      Returns:
      the time in millis
    • getTimeInMicros

      long getTimeInMicros()
      Deprecated.
      Gets the time in micros.
      Returns:
      the time in micros
    • getResolution

      long getResolution()
      Deprecated.
      Gets the resolution.
      Returns:
      the resolution