Uses of Interface
org.apache.uima.CompositeResourceFactory
Packages that use CompositeResourceFactory
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of CompositeResourceFactory in org.apache.uima
Methods in org.apache.uima that return CompositeResourceFactoryModifier and TypeMethodDescriptionprotected abstract CompositeResourceFactory
UIMAFramework._getResourceFactory()
To be implemented by subclasses; this should return a reference to theResourceFactory
used by this implementation, which must implementCompositeResourceFactory
.static CompositeResourceFactory
UIMAFramework.getResourceFactory()
Get a reference to theResourceFactory
. -
Uses of CompositeResourceFactory in org.apache.uima.impl
Classes in org.apache.uima.impl that implement CompositeResourceFactoryModifier and TypeClassDescriptionclass
A registry containing (ResourceSpecifier Class,ResourceFactory
) pairs.Fields in org.apache.uima.impl declared as CompositeResourceFactoryModifier and TypeFieldDescriptionprivate CompositeResourceFactory
UIMAFramework_impl.mResourceFactory
TheResourceFactory
used by the UIMA reference implementation.Methods in org.apache.uima.impl that return CompositeResourceFactoryModifier and TypeMethodDescriptionprotected CompositeResourceFactory
UIMAFramework_impl._getResourceFactory()
Retrieves a reference to theResourceFactory
used by the UIMA reference implementation.