|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 |
---|
Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecArg | |
---|---|
static CasProcessorExecArg |
CpeDescriptorFactory.produceCasProcessorExecArg()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |