Uses of Interface
org.apache.uima.collection.metadata.CpeTimer

Packages that use CpeTimer
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
 

Uses of CpeTimer in org.apache.uima.collection.impl.metadata.cpe
 

Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeTimer
 class CpeTimerImpl
          This class provides an API to plug in custom timers.
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeTimer
 CpeTimer CpeConfigurationImpl.getCpeTimer()
           
static CpeTimer CpeDescriptorFactory.produceCpeTimer(java.lang.String aTimerClass)
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeTimer
 void CpeConfigurationImpl.setCpeTimer(CpeTimer aTimer)
           
 

Uses of CpeTimer in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that return CpeTimer
 CpeTimer CpeConfiguration.getCpeTimer()
          Returns the timer class implementing UimeTimer interface.
 

Methods in org.apache.uima.collection.metadata with parameters of type CpeTimer
 void CpeConfiguration.setCpeTimer(CpeTimer aTimer)
          Sets the timer class implementing UimeTimer interface.
 



Copyright © 2011. All Rights Reserved.