Interface Timer

  • All Known Implementing Classes:
    JavaTimer

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

      • 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