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

Packages that use CasProcessorExecutable
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 CasProcessorExecutable in org.apache.uima
 

Methods in org.apache.uima that return CasProcessorExecutable
 CasProcessorExecutable ResourceSpecifierFactory.createExec()
           
 

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

Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecutable
static CasProcessorExecutable CpeDescriptorFactory.produceCasProcessorExecutable()
           
 

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

Methods in org.apache.uima.collection.metadata that return CasProcessorExecutable
 CasProcessorExecutable CasProcessorRunInSeperateProcess.getExecutable()
          Returns CasProcessorExecutable program used by the CPE to launch CasProcessor.
 

Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecutable
 void CasProcessorRunInSeperateProcess.setExecutable(CasProcessorExecutable aExec)
          Sets CasProcessorExecutable executable program used by the CPE to launch CasProcessor.
 



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