|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionProcessingEngine | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
Uses of CollectionProcessingEngine in org.apache.uima |
---|
Methods in org.apache.uima that return CollectionProcessingEngine | |
---|---|
protected abstract CollectionProcessingEngine |
UIMAFramework._produceCollectionProcessingEngine(CpeDescription aCpeDescription,
Map<String,Object> aAdditionalParams)
To be implemented by subclasses; this should produce a CollectionProcessingEngine
instance from a cpeDescription . |
static CollectionProcessingEngine |
UIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription)
Produces a CollectionProcessingEngine instance from a cpeDescription . |
static CollectionProcessingEngine |
UIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription,
Map<String,Object> aAdditionalParams)
Produces a CollectionProcessingEngine instance from a cpeDescription . |
static CollectionProcessingEngine |
UIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription,
ResourceManager aResourceManager,
Map<String,Object> aAdditionalParams)
Produces a CollectionProcessingEngine instance from a cpeDescription . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |