| Package | Description | 
|---|---|
| org.apache.uima.collection.metadata | Java object representation of a CPE Descriptor. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CpeIntegratedCasProcessorAn object that holds configuration that is part of the CPE descriptor. | 
| interface  | CpeLocalCasProcessorAn object that holds configuration that is part of the CPE descriptor. | 
| interface  | CpeRemoteCasProcessorAn object that holds configuration that is part of the CPE descriptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| CpeCasProcessor[] | CpeCasProcessors. getAllCpeCasProcessors()Returns ALL  CpeCasProcessorobjects in processing
 pipeline. | 
| CpeCasProcessor | CpeCasProcessors. getCpeCasProcessor(int aPosition)Returns  CpeCasProcessorfound at given position. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CpeDescription. addCasProcessor(CpeCasProcessor aCasProcessor)Appends a instance of  CpeCasProcessorto the end of
 the list containing CPE CasProcessors. | 
| void | CpeDescription. addCasProcessor(int index,
               CpeCasProcessor aCasProcessor)Adds a instance of  CpeCasProcessorat a specified
 location in the list of CPE CasProcessors. | 
| void | CpeCasProcessors. addCpeCasProcessor(CpeCasProcessor aCasProcessor)Appends new CasProcessor to existing list of CasProcessors | 
| void | CpeCasProcessors. addCpeCasProcessor(CpeCasProcessor aCasProcessor,
                  int aInsertPosition)Inserts a new CasProcessor at an indicated position. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.