Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessor
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of CpeCasProcessor in org.apache.uima.collection.metadata
Modifier 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.Modifier and TypeMethodDescriptionCpeCasProcessors.getAllCpeCasProcessors()
Returns ALLCpeCasProcessor
objects in processing pipeline.CpeCasProcessors.getCpeCasProcessor
(int aPosition) ReturnsCpeCasProcessor
found at given position.Modifier 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.