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

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

Methods in org.apache.uima that return CasProcessorExecArg
 CasProcessorExecArg ResourceSpecifierFactory.createArg()
           
 

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

Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorExecArg
 class CasProcessorExecArgImpl
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecArg
 CasProcessorExecArg CasProcessorExecArgsImpl.get(int aIndex)
           
 CasProcessorExecArg[] CasProcessorExecArgsImpl.getAll()
           
 CasProcessorExecArg[] CasProcessorExecutableImpl.getAllCasProcessorExecArgs()
           
protected  CasProcessorExecArg[] CasProcessorExecutableImpl.getArgs()
           
 CasProcessorExecArg CasProcessorExecutableImpl.getCasProcessorExecArg(int aIndex)
           
static CasProcessorExecArg CpeDescriptorFactory.produceCasProcessorExecArg()
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecArg
 void CasProcessorExecArgsImpl.add(CasProcessorExecArg aArg)
           
 void CasProcessorExecutableImpl.addCasProcessorExecArg(CasProcessorExecArg aArg)
           
protected  void CasProcessorExecutableImpl.setArgs(CasProcessorExecArg[] aargs)
           
 

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

Methods in org.apache.uima.collection.metadata that return CasProcessorExecArg
 CasProcessorExecArg CasProcessorExecArgs.get(int aIndex)
          Returns an CasProcessorExecArg instance located with provided index.
 CasProcessorExecArg[] CasProcessorExecArgs.getAll()
          Returns ALL CasProcessorExecArg instances.
 CasProcessorExecArg[] CasProcessorExecutable.getAllCasProcessorExecArgs()
          Returns ALL CasProcessorExecArg arguments
 CasProcessorExecArg CasProcessorExecutable.getCasProcessorExecArg(int aIndex)
          Returns a CasProcessorExecArg argument idenitied by a given position in the list.
 

Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecArg
 void CasProcessorExecArgs.add(CasProcessorExecArg aArg)
          Adds new CasProcessorExecArg instance to the list.
 void CasProcessorExecutable.addCasProcessorExecArg(CasProcessorExecArg aArgs)
          Adds a CasProcessorExecArg argument to be supplied when launching a program.
 

Uses of CasProcessorExecArg in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return CasProcessorExecArg
 CasProcessorExecArg ResourceSpecifierFactory_impl.createArg()
           
 



Copyright © 2012. All Rights Reserved.