Modifier and Type | Method and Description |
---|---|
Resource |
ResourceFactory.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance from a ResourceSpecifier . |
static Resource |
UIMAFramework.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance of a specified class from a
ResourceSpecifier . |
static Resource |
UIMAFramework.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
ResourceManager aResourceManager,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance of a specified class from a
ResourceSpecifier . |
static Resource |
UIMAFramework.produceResource(ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance from a ResourceSpecifier . |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceFactory.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance from a ResourceSpecifier . |
static Resource |
UIMAFramework.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance of a specified class from a
ResourceSpecifier . |
static Resource |
UIMAFramework.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
ResourceManager aResourceManager,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance of a specified class from a
ResourceSpecifier . |
Modifier and Type | Class and Description |
---|---|
class |
SoapAnalysisEngineServiceAdapter
Reference implementation of
AnalysisEngineServiceAdapter for SOAP. |
Modifier and Type | Class and Description |
---|---|
class |
VinciAnalysisEngineServiceAdapter
Reference implementation of
AnalysisEngineServiceAdapter for Vinci. |
Constructor and Description |
---|
VinciAnalysisEngineServiceStub(String endpointURI,
Integer timeout,
Resource owner,
Parameter[] parameters) |
VinciAnalysisEngineServiceStub(String endpointURI,
Resource owner) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnalysisEngine
An Analysis Engine is a component responsible for analyzing unstructured information, discovering
and representing semantic content.
|
interface |
TextAnalysisEngine
Deprecated.
As of v2.0,
AnalysisEngine should be used instead. This interface no longer
defines any additional methods beyond those in AnalysisEngine. |
Modifier and Type | Interface and Description |
---|---|
interface |
ASB
The Analysis Structure Broker (
ASB ) is the component responsible for the details
of communicating with Analysis Engines that may potentially be distributed across different
physical machines. |
Modifier and Type | Class and Description |
---|---|
class |
ASB_impl
A simple
ASB implementation. |
class |
FlowControllerContainer
Container for a FlowController.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateAnalysisEngine_impl
Reference implementation of
AnalysisEngine . |
class |
AnalysisEngineImplBase
Provides functionality common to Analysis Engine implementations.
|
class |
MultiprocessingAnalysisEngine_impl
An
AnalysisEngine implementation that can process multiple CAS objects
simultaneously. |
class |
PearAnalysisEngineWrapper
UIMA pear runtime analysis engine wrapper.
|
class |
PrimitiveAnalysisEngine_impl
Reference implementation of
AnalysisEngine . |
class |
UimacppAnalysisEngineImpl
Reference implementation of
AnalysisEngine . |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisEngineServiceAdapter
Base class for analysis engine service adapters.
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Resource> |
AnalysisEngineService_impl.getResourceClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
CasConsumer
Any component that operates on analysis results produced by a UIMA analysis engine.
|
interface |
CasInitializer
Deprecated.
As of v2.0, CAS Initializers are deprecated. A component that performs an operation
like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
org.apache.uima.examples.XmlDetagger for an example.
|
interface |
CollectionReader
A
CollectionReader is used to iterate over the elements of a Collection. |
Modifier and Type | Class and Description |
---|---|
class |
CasConsumer_ImplBase
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend
with their own CAS Consumer implementation classes.
|
class |
CasInitializer_ImplBase
Deprecated.
As of v2.0, CAS Initializers are deprecated. A component that performs an operation
like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
org.apache.uima.examples.XmlDetagger for an example.
|
class |
CollectionReader_ImplBase
Base class for Collection Readers, which developers should extend with their own Collection
Reader implementation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseCollectionReader
The Base
CollectionReader interface. |
interface |
CasDataCollectionReader
A
CasDataCollectionReader is used to iterate over the elements of a Collection. |
interface |
CasDataConsumer
Any component that operates on analysis results produced by a UIMA CasDataProcessor.
|
interface |
CasDataInitializer
Deprecated.
As of v2.0, CAS Initializers are deprecated. A component that performs an operation
like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
org.apache.uima.examples.XmlDetagger for an example.
|
Modifier and Type | Class and Description |
---|---|
class |
CasDataCollectionReader_ImplBase
Base class from which to extend when writing Collection Readers that use the
CasData
interface to access the CAS. |
class |
CasDataConsumer_ImplBase
Base class from which to extend when writing CAS Consumers that use the
CasData interface
to access the CAS. |
class |
CasDataInitializer_ImplBase
Deprecated.
As of v2.0, CAS Initializers are deprecated. A component that performs an operation
like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
org.apache.uima.examples.XmlDetagger for an example.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingContainer
Base interface for implementing a Container object responsible for managing Cas Processor
instances at runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingContainer_Impl
Manages a pool of CasProcessor instances.
|
Modifier and Type | Method and Description |
---|---|
Resource |
AnalysisEngineFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CollectionReaderFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CompositeResourceFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CustomResourceFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CasConsumerFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CasInitializerFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Resource |
AnalysisEngineFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CollectionReaderFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CompositeResourceFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CustomResourceFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CasConsumerFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams) |
Resource |
CasInitializerFactory_impl.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourcePool.getResource()
Checks out a Resource from the pool.
|
Resource |
ResourcePool.getResource(long aTimeout)
Checks out a Resource from the pool.
|
Modifier and Type | Method and Description |
---|---|
protected Vector<Resource> |
ResourcePool.getAllInstances() |
protected Vector<Resource> |
ResourcePool.getFreeInstances() |
Modifier and Type | Method and Description |
---|---|
void |
ResourcePool.checkoutSpecificResource(Resource r) |
void |
ResourcePool.releaseResource(Resource aResource)
Checks in a Resource to the pool.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResourcePool.fillPool(ResourceSpecifier aResourceSpecifier,
Class<? extends Resource> aResourceClass,
Map<String,Object> aResourceInitParams)
Utility method used in the constructor to fill the pool with Resource instances.
|
Constructor and Description |
---|
ResourcePool(int aNumInstances,
ResourceSpecifier aResourceSpecifier,
Class<? extends Resource> aResourceClass)
Creates new ResourcePool_impl
|
ResourcePool(int aNumInstances,
ResourceSpecifier aResourceSpecifier,
Class<? extends Resource> aResourceClass,
Map<String,Object> aResourceInitParams)
Creates new ResourcePool_impl
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableResource
A
Resource that has configuration parameters that can be changed after the Resource has
been instantiated. |
interface |
DataResource
DataResource is a simple resource that provides access to data. |
interface |
ParameterizedDataResource
A resource that provides access to data, where the data can vary based on parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableResource_ImplBase
Implementation base class for
ConfigurableResource s. |
class |
Resource_ImplBase
Implementation base class for
Resource s. |
Modifier and Type | Method and Description |
---|---|
Class<? extends Resource> |
ResourceManager.getResourceClass(String aName)
Gets the Class of the Resource that will be returned by a call to
ResourceManager.getResource(String)
or ResourceManager.getResource(String,String[]) . |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableDataResource_impl
A simple
DataResource implementation that can read data from a file via a URL. |
class |
DataResource_impl
A simple
DataResource implementation that can read data from a file via a URL. |
class |
FileLanguageResource_impl
An implementation of
ParameterizedDataResource for language-based resources. |
Modifier and Type | Field and Description |
---|---|
protected static Class<Resource> |
ResourceManager_impl.EMPTY_RESOURCE_CLASS |
Modifier and Type | Method and Description |
---|---|
Class<? extends Resource> |
ResourceManager_impl.getResourceClass(String aName) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceServiceAdapter
Insulates applications from the knowledge that they are interacting with a
ResourceService_impl rather than a local instance of a Resource . |
Modifier and Type | Method and Description |
---|---|
protected Resource |
ResourceService_impl.getResource()
Gets the Resource that delivers the functionality for this resource.
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Resource> |
ResourceService_impl.getResourceClass()
Gets the Class of resource that provides the functionality for this service.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationWriter
The AnnotationWriter class writes specified annotations to an output file.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem.
|
class |
InlineXmlCasConsumer
A simple CAS consumer that generates inline XML and writes it to a file.
|
class |
XCasWriterCasConsumer
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the
filesystem.
|
class |
XmiWriterCasConsumer
A simple CAS consumer that writes the CAS to XMI format.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Class<? extends ResourceSpecifier>,List<Class<? extends Resource>>> |
SimpleResourceFactory.mClassMap
Map from ResourceSpecifier Class to List of Resource Classes.
|
Modifier and Type | Method and Description |
---|---|
Resource |
SimpleResourceFactory.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance from a ResourceSpecifier . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleResourceFactory.addMapping(Class<? extends ResourceSpecifier> aSpecifierInterface,
Class<? extends Resource> aResourceClass)
Configures this
SimpleResourceFactory by adding a new mapping between a
ResourceSpecifier class and a Resource class. |
Resource |
SimpleResourceFactory.produceResource(Class<? extends Resource> aResourceClass,
ResourceSpecifier aSpecifier,
Map<String,Object> aAdditionalParams)
Produces an appropriate
Resource instance from a ResourceSpecifier . |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.