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. 
 

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
 

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

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)
           
 



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