Uses of Interface
org.apache.uima.resource.Resource
Packages that use Resource
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Contains the Analysis Structure Broker (ASB) interface, along with supporting
interfaces and exception classes.
Classes and interfaces for collection processing.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for
Resources
and ResourceSpecifiers
.Utility classes and interfaces used by UIMA components.
-
Uses of Resource in org.apache.uima
Methods in org.apache.uima that return ResourceModifier and TypeMethodDescriptionResourceFactory.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance from aResourceSpecifier
.static Resource
UIMAFramework.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance of a specified class from aResourceSpecifier
.static Resource
UIMAFramework.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance of a specified class from aResourceSpecifier
.static Resource
UIMAFramework.produceResource
(ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance from aResourceSpecifier
.Method parameters in org.apache.uima with type arguments of type ResourceModifier and TypeMethodDescriptionResourceFactory.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance from aResourceSpecifier
.static Resource
UIMAFramework.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance of a specified class from aResourceSpecifier
.static Resource
UIMAFramework.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance of a specified class from aResourceSpecifier
. -
Uses of Resource in org.apache.uima.adapter.vinci
Classes in org.apache.uima.adapter.vinci that implement ResourceModifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngineServiceAdapter
for Vinci.Fields in org.apache.uima.adapter.vinci declared as ResourceConstructors in org.apache.uima.adapter.vinci with parameters of type ResourceModifierConstructorDescriptionVinciAnalysisEngineServiceStub
(String endpointURI, Integer timeout, Resource owner, Parameter[] parameters) VinciAnalysisEngineServiceStub
(String endpointURI, Resource owner) -
Uses of Resource in org.apache.uima.analysis_engine
Subinterfaces of Resource in org.apache.uima.analysis_engineModifier and TypeInterfaceDescriptioninterface
An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.interface
Deprecated. -
Uses of Resource in org.apache.uima.analysis_engine.asb
Subinterfaces of Resource in org.apache.uima.analysis_engine.asbModifier and TypeInterfaceDescriptioninterface
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. -
Uses of Resource in org.apache.uima.analysis_engine.asb.impl
Classes in org.apache.uima.analysis_engine.asb.impl that implement ResourceModifier and TypeClassDescriptionclass
A simpleASB
implementation.private static class
Dummy analysis engine to use in place of remote AE when in "verification mode".class
Container for a FlowController. -
Uses of Resource in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement ResourceModifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngine
.class
Provides functionality common to Analysis Engine implementations.class
AnAnalysisEngine
implementation that can process multipleCAS
objects simultaneously.class
UIMA pear runtime analysis engine wrapper.class
Reference implementation ofAnalysisEngine
.class
Reference implementation ofAnalysisEngine
. -
Uses of Resource in org.apache.uima.analysis_engine.service.impl
Classes in org.apache.uima.analysis_engine.service.impl that implement ResourceModifier and TypeClassDescriptionclass
Base class for analysis engine service adapters.Methods in org.apache.uima.analysis_engine.service.impl that return types with arguments of type Resource -
Uses of Resource in org.apache.uima.collection
Subinterfaces of Resource in org.apache.uima.collectionModifier and TypeInterfaceDescriptioninterface
Any component that operates on analysis results produced by a UIMA analysis engine.interface
Deprecated.As of v2.0, CAS Initializers are deprecated.interface
ACollectionReader
is used to iterate over the elements of a Collection.Classes in org.apache.uima.collection that implement ResourceModifier and TypeClassDescriptionclass
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.class
Deprecated.As of v2.0, CAS Initializers are deprecated.class
Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes. -
Uses of Resource in org.apache.uima.collection.base_cpm
Subinterfaces of Resource in org.apache.uima.collection.base_cpmModifier and TypeInterfaceDescriptioninterface
The BaseCollectionReader
interface.interface
ACasDataCollectionReader
is used to iterate over the elements of a Collection.interface
Any component that operates on analysis results produced by a UIMA CasDataProcessor.interface
Deprecated.As of v2.0, CAS Initializers are deprecated.Classes in org.apache.uima.collection.base_cpm that implement ResourceModifier and TypeClassDescriptionclass
Base class from which to extend when writing Collection Readers that use theCasData
interface to access the CAS.class
Base class from which to extend when writing CAS Consumers that use theCasData
interface to access the CAS.class
Deprecated.As of v2.0, CAS Initializers are deprecated. -
Uses of Resource in org.apache.uima.collection.impl.base_cpm.container
Classes in org.apache.uima.collection.impl.base_cpm.container that implement ResourceModifier and TypeClassDescriptionclass
Base interface for implementing a Container object responsible for managing Cas Processor instances at runtime. -
Uses of Resource in org.apache.uima.collection.impl.cpm.container
Classes in org.apache.uima.collection.impl.cpm.container that implement ResourceModifier and TypeClassDescriptionclass
Manages a pool of CasProcessor instances. -
Uses of Resource in org.apache.uima.impl
Methods in org.apache.uima.impl that return ResourceModifier and TypeMethodDescriptionAnalysisEngineFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CasConsumerFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CasInitializerFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Deprecated.CollectionReaderFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CompositeResourceFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CustomResourceFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Method parameters in org.apache.uima.impl with type arguments of type ResourceModifier and TypeMethodDescriptionAnalysisEngineFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CasConsumerFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CasInitializerFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Deprecated.CollectionReaderFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CompositeResourceFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) CustomResourceFactory_impl.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) -
Uses of Resource in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util with type parameters of type ResourceMethods in org.apache.uima.internal.util that return ResourceModifier and TypeMethodDescriptionResourcePool.getResource()
Checks out a Resource from the pool.ResourcePool.getResource
(long aTimeout) Checks out a Resource from the pool.Methods in org.apache.uima.internal.util that return types with arguments of type ResourceMethods in org.apache.uima.internal.util with parameters of type ResourceModifier and TypeMethodDescriptionvoid
ResourcePool.checkoutSpecificResource
(Resource r) void
ResourcePool.releaseResource
(Resource aResource) Checks in a Resource to the pool.Method parameters in org.apache.uima.internal.util with type arguments of type ResourceModifier and TypeMethodDescriptionprotected 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 parameters in org.apache.uima.internal.util with type arguments of type ResourceModifierConstructorDescriptionResourcePool
(int aNumInstances, ResourceSpecifier aResourceSpecifier, Class<? extends Resource> aResourceClass) Creates new ResourcePool_implResourcePool
(int aNumInstances, ResourceSpecifier aResourceSpecifier, Class<? extends Resource> aResourceClass, Map<String, Object> aResourceInitParams) Creates new ResourcePool_impl -
Uses of Resource in org.apache.uima.resource
Subinterfaces of Resource in org.apache.uima.resourceModifier and TypeInterfaceDescriptioninterface
AResource
that has configuration parameters that can be changed after the Resource has been instantiated.interface
DataResource
is a simple resource that provides access to data.interface
A resource that provides access to data, where the data can vary based on parameters.Classes in org.apache.uima.resource that implement ResourceModifier and TypeClassDescriptionclass
Implementation base class forConfigurableResource
s.class
Implementation base class forResource
s.Methods in org.apache.uima.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceManager.getResourceClass
(String aName) Gets the Class of the Resource that will be returned by a call toResourceManager.getResource(String)
orResourceManager.getResource(String,String[])
. -
Uses of Resource in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement ResourceModifier and TypeClassDescriptionclass
A simpleDataResource
implementation that can read data from a file via a URL.class
A simpleDataResource
implementation that can read data from a file via a URL.class
An implementation ofParameterizedDataResource
for language-based resources.private static class
Fields in org.apache.uima.resource.impl with type parameters of type ResourceMethods in org.apache.uima.resource.impl that return types with arguments of type Resource -
Uses of Resource in org.apache.uima.resource.service.impl
Classes in org.apache.uima.resource.service.impl that implement ResourceModifier and TypeClassDescriptionclass
Insulates applications from the knowledge that they are interacting with aResourceService_impl
rather than a local instance of aResource
.Fields in org.apache.uima.resource.service.impl declared as ResourceModifier and TypeFieldDescriptionprivate Resource
ResourceService_impl.mResource
The Resource that delivers the functionality for this service.Methods in org.apache.uima.resource.service.impl that return ResourceModifier and TypeMethodDescriptionprotected Resource
ResourceService_impl.getResource()
Gets the Resource that delivers the functionality for this resource.Methods in org.apache.uima.resource.service.impl that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceService_impl.getResourceClass()
Gets the Class of resource that provides the functionality for this service. -
Uses of Resource in org.apache.uima.test.junit_extension
Classes in org.apache.uima.test.junit_extension that implement ResourceModifier and TypeClassDescriptionclass
The AnnotationWriter class writes specified annotations to an output file. -
Uses of Resource in org.apache.uima.tools.components
Classes in org.apache.uima.tools.components that implement ResourceModifier and TypeClassDescriptionclass
A simple collection reader that reads documents from a directory in the filesystem.class
A simple CAS consumer that generates inline XML and writes it to a file.class
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.class
A simple CAS consumer that writes the CAS to XMI format. -
Uses of Resource in org.apache.uima.util
Fields in org.apache.uima.util with type parameters of type ResourceModifier and TypeFieldDescriptionSimpleResourceFactory.mClassMap
Map from ResourceSpecifier Class to List of Resource Classes.Methods in org.apache.uima.util that return ResourceModifier and TypeMethodDescriptionSimpleResourceFactory.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance from aResourceSpecifier
.Method parameters in org.apache.uima.util with type arguments of type ResourceModifier and TypeMethodDescriptionSimpleResourceFactory.produceResource
(Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces an appropriateResource
instance from aResourceSpecifier
.
AnalysisEngine
should be used instead.