|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceFactory | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
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. |
Uses of ResourceFactory in org.apache.uima |
---|
Subinterfaces of ResourceFactory in org.apache.uima | |
---|---|
interface |
CompositeResourceFactory
A type of ResourceFactory that produces resources by delegating to other Resource
Factories. |
Methods in org.apache.uima with parameters of type ResourceFactory | |
---|---|
void |
CompositeResourceFactory.registerFactory(java.lang.Class<? extends ResourceSpecifier> aResourceSpecifierInterface,
ResourceFactory aFactory)
Registers a ResourceFactory with this composite factory. |
Uses of ResourceFactory in org.apache.uima.impl |
---|
Classes in org.apache.uima.impl that implement ResourceFactory | |
---|---|
class |
AnalysisEngineFactory_impl
Resource Factory that handles AnalysisEngineDescription and TaeDescription
elements. |
class |
CasConsumerFactory_impl
Specialized Resource Factory for producing CasConsumers. |
class |
CasInitializerFactory_impl
Deprecated. As of v2.0, CAS Initializers are deprecated. |
class |
CollectionReaderFactory_impl
Specialized Resource Factory for producing CollectionReaders. |
class |
CompositeResourceFactory_impl
A registry containing (ResourceSpecifier Class, ResourceFactory ) pairs. |
class |
CustomResourceFactory_impl
Resource Factory that handles CustomResourceSpecifier elements. |
Methods in org.apache.uima.impl with parameters of type ResourceFactory | |
---|---|
void |
CompositeResourceFactory_impl.registerFactory(java.lang.Class aResourceSpecifierInterface,
ResourceFactory aFactory)
|
Uses of ResourceFactory in org.apache.uima.util |
---|
Classes in org.apache.uima.util that implement ResourceFactory | |
---|---|
class |
SimpleResourceFactory
A simple implementation of a ResourceFactory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |