Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessor
Packages that use CpeCasProcessor
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of CpeCasProcessor in org.apache.uima.collection.metadata
Subinterfaces of CpeCasProcessor in org.apache.uima.collection.metadataModifier and TypeInterfaceDescriptioninterface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.Methods in org.apache.uima.collection.metadata that return CpeCasProcessorModifier and TypeMethodDescriptionCpeCasProcessors.getAllCpeCasProcessors()
Returns ALLCpeCasProcessor
objects in processing pipeline.CpeCasProcessors.getCpeCasProcessor
(int aPosition) ReturnsCpeCasProcessor
found at given position.Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessorModifier and TypeMethodDescriptionvoid
CpeDescription.addCasProcessor
(int index, CpeCasProcessor aCasProcessor) Adds a instance ofCpeCasProcessor
at a specified location in the list of CPE CasProcessors.void
CpeDescription.addCasProcessor
(CpeCasProcessor aCasProcessor) Appends a instance ofCpeCasProcessor
to the end of the list containing CPE CasProcessors.void
CpeCasProcessors.addCpeCasProcessor
(CpeCasProcessor aCasProcessor) Appends new CasProcessor to existing list of CasProcessorsvoid
CpeCasProcessors.addCpeCasProcessor
(CpeCasProcessor aCasProcessor, int aInsertPosition) Inserts a new CasProcessor at an indicated position.