org.apache.uima.collection.impl.cpm.utils
Interface Timer

All Known Implementing Classes:
JavaTimer

Deprecated. replaced by UimaTimer

@Deprecated
public interface Timer


Method Summary
 void end()
          Deprecated.  
 long getDuration()
          Deprecated.  
 long getResolution()
          Deprecated.  
 long getTimeInMicros()
          Deprecated.  
 long getTimeInMillis()
          Deprecated.  
 long getTimeInSecs()
          Deprecated.  
 void start()
          Deprecated.  
 

Method Detail

start

void start()
Deprecated. 

end

void end()
Deprecated. 

getDuration

long getDuration()
Deprecated. 

getTimeInSecs

long getTimeInSecs()
Deprecated. 

getTimeInMillis

long getTimeInMillis()
Deprecated. 

getTimeInMicros

long getTimeInMicros()
Deprecated. 

getResolution

long getResolution()
Deprecated. 


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.