Uses of Interface
org.apache.uima.ResourceFactory

Packages that use ResourceFactory
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
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(Class<? extends ResourceSpecifier> aResourceSpecifierInterface, ResourceFactory aFactory)
          Registers a ResourceFactory with this composite factory.
 

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.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.