Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecArg
Packages that use CasProcessorExecArg
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Java object representation of a CPE Descriptor.
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 -
Uses of CasProcessorExecArg in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorExecArgMethods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecArgModifier and TypeMethodDescriptionCasProcessorExecArgsImpl.get
(int aIndex) CasProcessorExecArgsImpl.getAll()
CasProcessorExecutableImpl.getAllCasProcessorExecArgs()
protected CasProcessorExecArg[]
CasProcessorExecutableImpl.getArgs()
CasProcessorExecutableImpl.getCasProcessorExecArg
(int aIndex) static CasProcessorExecArg
CpeDescriptorFactory.produceCasProcessorExecArg()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecArgModifier and TypeMethodDescriptionvoid
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 CasProcessorExecArgModifier and TypeMethodDescriptionCasProcessorExecArgs.get
(int aIndex) Returns anCasProcessorExecArg
instance located with provided index.CasProcessorExecArgs.getAll()
Returns ALLCasProcessorExecArg
instances.CasProcessorExecutable.getAllCasProcessorExecArgs()
Returns ALLCasProcessorExecArg
argumentsCasProcessorExecutable.getCasProcessorExecArg
(int aIndex) Returns aCasProcessorExecArg
argument identified by a given position in the list.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecArgModifier and TypeMethodDescriptionvoid
CasProcessorExecArgs.add
(CasProcessorExecArg aArg) Adds newCasProcessorExecArg
instance to the list.void
CasProcessorExecutable.addCasProcessorExecArg
(CasProcessorExecArg aArgs) Adds aCasProcessorExecArg
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