Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecArg
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CasProcessorExecArg in org.apache.uima
-
Uses of CasProcessorExecArg in org.apache.uima.collection.impl.metadata.cpe
Modifier and TypeClassDescriptionclass
The Class CasProcessorExecArgImpl.Modifier and TypeMethodDescriptionCasProcessorExecArgsImpl.get
(int aIndex) CasProcessorExecArgsImpl.getAll()
CasProcessorExecutableImpl.getAllCasProcessorExecArgs()
protected CasProcessorExecArg[]
CasProcessorExecutableImpl.getArgs()
Gets the args.CasProcessorExecutableImpl.getCasProcessorExecArg
(int aIndex) static CasProcessorExecArg
CpeDescriptorFactory.produceCasProcessorExecArg()
Produce cas processor exec arg.Modifier and TypeMethodDescriptionvoid
CasProcessorExecArgsImpl.add
(CasProcessorExecArg aArg) void
CasProcessorExecutableImpl.addCasProcessorExecArg
(CasProcessorExecArg aArg) protected void
CasProcessorExecutableImpl.setArgs
(CasProcessorExecArg[] aargs) Sets the args. -
Uses of CasProcessorExecArg in org.apache.uima.collection.metadata
Modifier 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.Modifier 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