Class TimerFactory
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.TimerFactory
-
public class TimerFactory extends java.lang.Object
Creates an instance of UimaTimer
-
-
Constructor Summary
Constructors Constructor Description TimerFactory(java.lang.String aClassName)
Instantiate UimaTimer object from a given class
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UimaTimer
getTimer()
Returns instance ofUimaTimer
-