Uses of Interface
org.apache.uima.collection.metadata.CpeTimer
Packages that use CpeTimer
Package
Description
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 CpeTimerModifier and TypeClassDescriptionclassThis class provides an API to plug in custom timers.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeTimerModifier and TypeMethodDescriptionCpeConfigurationImpl.getCpeTimer()static CpeTimerCpeDescriptorFactory.produceCpeTimer(String aTimerClass) Produce cpe timer.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeTimer -
Uses of CpeTimer in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeTimerModifier and TypeMethodDescriptionCpeConfiguration.getCpeTimer()Returns the timer class implementing UimeTimer interface.Methods in org.apache.uima.collection.metadata with parameters of type CpeTimerModifier and TypeMethodDescriptionvoidCpeConfiguration.setCpeTimer(CpeTimer aTimer) Sets the timer class implementing UimeTimer interface.