Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CasProcessorExecArg |
ResourceSpecifierFactory.createArg() |
Modifier and Type | Method and Description |
---|---|
static CasProcessorExecArg |
CpeDescriptorFactory.produceCasProcessorExecArg() |
Modifier and Type | Method and Description |
---|---|
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 identified by
a given position in the list. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.