Uses of Package
org.apache.uima

Packages that use org.apache.uima
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_component   
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.asb Contains the Analysis Structure Broker (ASB) interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.asb.impl   
org.apache.uima.analysis_engine.impl   
org.apache.uima.analysis_engine.impl.compatibility   
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.impl.base_cpm.container.deployer   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.cas Examples of Annotators that use the CAS Interface directly, not the JCAS. 
org.apache.uima.examples.casMultiplier   
org.apache.uima.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.flow   
org.apache.uima.flow.impl   
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.pear.tools The org.apache.uima.pear.tools package provides applications and tools that allow installing PEAR packages containing UIMA-compliant components, verifying serviceability of installed components by using UIMA API and browsing PEAR packages. 
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.impl   
org.apache.uima.resource.metadata.impl   
org.apache.uima.search Standard UIMA interfaces for indexing and search. 
org.apache.uima.tutorial.ex2   
org.apache.uima.tutorial.ex4   
org.apache.uima.tutorial.ex6   
org.apache.uima.uimacpp   
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
 

Classes in org.apache.uima used by org.apache.uima
CompositeResourceFactory
          A type of ResourceFactory that produces resources by delegating to other Resource Factories.
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
InternationalizedRuntimeException
          The InternationalizedRuntimeException class adds internationalization support to the standard functionality provided by java.lang.RuntimeException.
ResourceFactory
          A ResourceFactory is used to acquire instances of Resources.
ResourceSpecifierFactory
          A factory used to create ResourceSpecifier instances and instances of other objects needed to compose ResourceSpecifiers.
UimaContext
          Provides access to external resources (other than the CAS).
UimaContextAdmin
          Admin interface to the UIMA Context.
UIMAFramework
          This is an application's main interface point to the UIMA Framework.
UIMARuntimeException
          This is the superclass for all runtime exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.adapter.vinci
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.analysis_component
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.analysis_engine
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.analysis_engine.annotator
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.analysis_engine.asb
UimaContextAdmin
          Admin interface to the UIMA Context.
 

Classes in org.apache.uima used by org.apache.uima.analysis_engine.asb.impl
UimaContextAdmin
          Admin interface to the UIMA Context.
 

Classes in org.apache.uima used by org.apache.uima.analysis_engine.impl
UimaContext
          Provides access to external resources (other than the CAS).
UimaContextAdmin
          Admin interface to the UIMA Context.
 

Classes in org.apache.uima used by org.apache.uima.analysis_engine.impl.compatibility
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.cas
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
InternationalizedRuntimeException
          The InternationalizedRuntimeException class adds internationalization support to the standard functionality provided by java.lang.RuntimeException.
UIMAException
          This is the superclass for all exceptions in UIMA.
UIMARuntimeException
          This is the superclass for all runtime exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.cas.impl
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.collection
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.collection.impl.base_cpm.container.deployer
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.collection.impl.cpm.engine
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.examples
UimaContext
          Provides access to external resources (other than the CAS).
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.examples.cas
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.examples.casMultiplier
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.examples.cpe
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.flow
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.flow.impl
UimaContext
          Provides access to external resources (other than the CAS).
UimaContextAdmin
          Admin interface to the UIMA Context.
 

Classes in org.apache.uima used by org.apache.uima.impl
CompositeResourceFactory
          A type of ResourceFactory that produces resources by delegating to other Resource Factories.
ResourceFactory
          A ResourceFactory is used to acquire instances of Resources.
ResourceSpecifierFactory
          A factory used to create ResourceSpecifier instances and instances of other objects needed to compose ResourceSpecifiers.
UimaContext
          Provides access to external resources (other than the CAS).
UimaContextAdmin
          Admin interface to the UIMA Context.
UIMAFramework
          This is an application's main interface point to the UIMA Framework.
 

Classes in org.apache.uima used by org.apache.uima.pear.tools
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
InternationalizedRuntimeException
          The InternationalizedRuntimeException class adds internationalization support to the standard functionality provided by java.lang.RuntimeException.
UIMAException
          This is the superclass for all exceptions in UIMA.
UIMARuntimeException
          This is the superclass for all runtime exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.resource
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
UimaContext
          Provides access to external resources (other than the CAS).
UimaContextAdmin
          Admin interface to the UIMA Context.
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.resource.impl
UimaContext
          Provides access to external resources (other than the CAS).
UimaContextAdmin
          Admin interface to the UIMA Context.
 

Classes in org.apache.uima used by org.apache.uima.resource.metadata.impl
UIMA_IllegalArgumentException
          Thrown to indicate that a method has been passed an illegal or inappropriate argument.
 

Classes in org.apache.uima used by org.apache.uima.search
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
UIMAException
          This is the superclass for all exceptions in UIMA.
 

Classes in org.apache.uima used by org.apache.uima.tutorial.ex2
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.tutorial.ex4
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.tutorial.ex6
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.uimacpp
UimaContext
          Provides access to external resources (other than the CAS).
 

Classes in org.apache.uima used by org.apache.uima.util
InternationalizedException
          The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
ResourceFactory
          A ResourceFactory is used to acquire instances of Resources.
UIMAException
          This is the superclass for all exceptions in UIMA.
 



Copyright © 2011. All Rights Reserved.