Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessors

Packages that use CpeCasProcessors
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
 

Uses of CpeCasProcessors in org.apache.uima
 

Methods in org.apache.uima that return CpeCasProcessors
 CpeCasProcessors ResourceSpecifierFactory.createCasProcessors()
           
 

Uses of CpeCasProcessors in org.apache.uima.collection.impl.metadata.cpe
 

Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCasProcessors
 class CpeCasProcessorsImpl
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCasProcessors
 CpeCasProcessors CpeDescriptionImpl.getCpeCasProcessors()
           
static CpeCasProcessors CpeDescriptorFactory.produceCasProcessors()
           
static CpeCasProcessors CpeDescriptorFactory.produceCasProcessors(CpeDescription aDescriptor)
           
static CpeCasProcessors CpeDescriptorFactory.produceCasProcessors(int aInputQSize, int aOutputQSize, int aPuCount, CpeDescription aDescriptor)
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCasProcessors
 void CpeDescriptionImpl.setCpeCasProcessors(CpeCasProcessors aCasProcessors)
           
 

Uses of CpeCasProcessors in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that return CpeCasProcessors
 CpeCasProcessors CpeDescription.getCpeCasProcessors()
          Returns a CpeCasProcessors instance containing processing pipeline spec.
 

Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessors
 void CpeDescription.setCpeCasProcessors(CpeCasProcessors aCasProcessors)
           
 

Uses of CpeCasProcessors in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return CpeCasProcessors
 CpeCasProcessors ResourceSpecifierFactory_impl.createCasProcessors()
           
 



Copyright © 2013. All Rights Reserved.