Uses of Interface
org.apache.uima.collection.CasConsumer

Packages that use CasConsumer
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.collection Classes and interfaces for collection processing. 
 

Uses of CasConsumer in org.apache.uima
 

Methods in org.apache.uima that return CasConsumer
static CasConsumer UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier)
          Produces a CasConsumer instance from a ResourceSpecifier.
static CasConsumer UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier, Map<String,Object> aAdditionalParams)
          Produces a CasConsumer instance from a ResourceSpecifier.
static CasConsumer UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map<String,Object> aAdditionalParams)
          Produces an CasConsumer instance from a ResourceSpecifier.
 

Uses of CasConsumer in org.apache.uima.collection
 

Classes in org.apache.uima.collection that implement CasConsumer
 class CasConsumer_ImplBase
          Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
 

Methods in org.apache.uima.collection that return CasConsumer
 CasConsumer[] CollectionProcessingManager.getCasConsumers()
          Gets the CasConsumerss assigned to this CPM.
 

Methods in org.apache.uima.collection with parameters of type CasConsumer
 void CollectionProcessingManager.addCasConsumer(CasConsumer aCasConsumer)
          Adds a CasConsumer to this CPM.
 void CollectionProcessingManager.removeCasConsumer(CasConsumer aCasConsumer)
          Removes a CasConsumer from this CPM.
 



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