Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecArg
-
Packages that use CasProcessorExecArg Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internals -
-
Uses of CasProcessorExecArg in org.apache.uima
Methods in org.apache.uima that return CasProcessorExecArg Modifier and Type Method Description 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 Modifier and Type Class Description class
CasProcessorExecArgImpl
The Class CasProcessorExecArgImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecArg Modifier and Type Method Description CasProcessorExecArg
CasProcessorExecArgsImpl. get(int aIndex)
CasProcessorExecArg[]
CasProcessorExecArgsImpl. getAll()
CasProcessorExecArg[]
CasProcessorExecutableImpl. getAllCasProcessorExecArgs()
protected CasProcessorExecArg[]
CasProcessorExecutableImpl. getArgs()
Gets the args.CasProcessorExecArg
CasProcessorExecutableImpl. getCasProcessorExecArg(int aIndex)
static CasProcessorExecArg
CpeDescriptorFactory. produceCasProcessorExecArg()
Produce cas processor exec arg.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecArg Modifier and Type Method Description void
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
Methods in org.apache.uima.collection.metadata that return CasProcessorExecArg Modifier and Type Method Description CasProcessorExecArg
CasProcessorExecArgs. get(int aIndex)
Returns anCasProcessorExecArg
instance located with provided index.CasProcessorExecArg[]
CasProcessorExecArgs. getAll()
Returns ALLCasProcessorExecArg
instances.CasProcessorExecArg[]
CasProcessorExecutable. getAllCasProcessorExecArgs()
Returns ALLCasProcessorExecArg
argumentsCasProcessorExecArg
CasProcessorExecutable. 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 CasProcessorExecArg Modifier and Type Method Description void
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 Modifier and Type Method Description CasProcessorExecArg
ResourceSpecifierFactory_impl. createArg()
-