Package | Description |
---|---|
org.apache.uima.collection.metadata |
Java object representation of a CPE Descriptor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CpeIntegratedCasProcessor
An object that holds configuration that is part of the CPE descriptor.
|
interface |
CpeLocalCasProcessor
An object that holds configuration that is part of the CPE descriptor.
|
interface |
CpeRemoteCasProcessor
An object that holds configuration that is part of the CPE descriptor.
|
Modifier and Type | Method and Description |
---|---|
CpeCasProcessor[] |
CpeCasProcessors.getAllCpeCasProcessors()
Returns ALL
CpeCasProcessor objects in processing
pipeline. |
CpeCasProcessor |
CpeCasProcessors.getCpeCasProcessor(int aPosition)
Returns
CpeCasProcessor found at given position. |
Modifier and Type | Method and Description |
---|---|
void |
CpeDescription.addCasProcessor(CpeCasProcessor aCasProcessor)
Appends a instance of
CpeCasProcessor to the end of
the list containing CPE CasProcessors. |
void |
CpeDescription.addCasProcessor(int index,
CpeCasProcessor aCasProcessor)
Adds a instance of
CpeCasProcessor at 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–2017 The Apache Software Foundation. All rights reserved.