Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.collection |
Classes and interfaces for collection processing.
|
org.apache.uima.collection.impl | |
org.apache.uima.collection.impl.cpm | |
org.apache.uima.collection.impl.cpm.container | |
org.apache.uima.collection.impl.metadata.cpe | |
org.apache.uima.impl |
Contains reference implementations of the interfaces in
org.apache.uima . |
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
org.apache.uima.util.impl |
Modifier and Type | Method and Description |
---|---|
CpeDescription |
ResourceSpecifierFactory.createCpeDescription() |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
CollectionProcessingEngine.initialize(CpeDescription aCpeDescription,
Map<String,Object> aAdditionalParams)
Initializes this CPE from a
cpeDescription Applications do not need to call this
method. |
Modifier and Type | Method and Description |
---|---|
void |
CollectionProcessingEngine_impl.initialize(CpeDescription aCpeDescription,
Map aAdditionalParams) |
Constructor and Description |
---|
BaseCPMImpl(CpeDescription aDescriptor)
Instantiates and initializes CPE Factory with a given CPE Descriptor and defaults.
|
BaseCPMImpl(CpeDescription aDescriptor,
ResourceManager aResourceManager,
boolean aDefaultProcessTrace,
Properties aProps)
Instantiates and initializes CPE Factory responsible for creating individual components that
are part of the processing pipeline.
|
Modifier and Type | Method and Description |
---|---|
CpeDescription |
CPEFactory.getCpeDescriptor()
Returns Cpe Descriptor
|
Constructor and Description |
---|
CPEFactory(CpeDescription aDescriptor,
ResourceManager aResourceManager)
Create a new CPEFactory for a CpeDescription that's already been parsed.
|
Modifier and Type | Class and Description |
---|---|
class |
CpeDescriptionImpl |
Modifier and Type | Method and Description |
---|---|
static CpeDescription |
CpeDescriptorFactory.produceDescriptor()
Produce a new CpeDescription from scratch.
|
static CpeDescription |
CpeDescriptorFactory.produceDescriptor(InputStream aInput)
Parse a CpeDescription from a given input stream.
|
static CpeDescription |
CpeDescriptorFactory.produceDescriptor(XMLInputSource aInput)
Parse a CpeDescription from a descriptor file.
|
Modifier and Type | Method and Description |
---|---|
static CpeCasProcessors |
CpeDescriptorFactory.produceCasProcessors(CpeDescription aDescriptor) |
static CpeCasProcessors |
CpeDescriptorFactory.produceCasProcessors(int aInputQSize,
int aOutputQSize,
int aPuCount,
CpeDescription aDescriptor) |
static CpeCollectionReader |
CpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath,
CpeDescription aDescriptor) |
static CpeCollectionReaderCasInitializer |
CpeDescriptorFactory.produceCollectionReaderCasInitializer(String aPath,
CpeDescription aDescriptor)
Deprecated.
As of v2.0, CAS Initializers are deprecated.
|
static CpeConfiguration |
CpeDescriptorFactory.produceCpeConfiguration(CpeDescription aDescriptor) |
static CpeResourceManagerConfiguration |
CpeDescriptorFactory.produceResourceManagerConfiguration(String aResourceMgrConfigurationPath,
CpeDescription aDescriptor) |
Modifier and Type | Method and Description |
---|---|
CpeDescription |
ResourceSpecifierFactory_impl.createCpeDescription() |
Modifier and Type | Method and Description |
---|---|
protected CollectionProcessingEngine |
UIMAFramework_impl._produceCollectionProcessingEngine(CpeDescription aCpeDescription,
Map<String,Object> aAdditionalParams) |
Modifier and Type | Method and Description |
---|---|
CpeDescription |
XMLParser.parseCpeDescription(XMLInputSource aInput)
Parses a CpeDescription from an XML input stream.
|
Modifier and Type | Method and Description |
---|---|
CpeDescription |
XMLParser_impl.parseCpeDescription(XMLInputSource aInput) |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.