| Package | Description |
|---|---|
| org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
| org.apache.uima.adapter.vinci | |
| org.apache.uima.collection.impl.metadata.cpe | |
| org.apache.uima.impl |
Contains reference implementations of the interfaces in
org.apache.uima. |
| org.apache.uima.resource |
Interfaces for
Resources and ResourceSpecifiers. |
| org.apache.uima.resource.impl |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ResourceSpecifierFactory.createParameter()
Creates a
Parameter |
| Modifier and Type | Method and Description |
|---|---|
static String |
VinciBinaryAnalysisEngineServiceStub.getParameterValueFor(String aKey,
Parameter[] parameters) |
| Constructor and Description |
|---|
VinciAnalysisEngineServiceStub(String endpointURI,
Integer timeout,
Resource owner,
Parameter[] parameters) |
VinciBinaryAnalysisEngineServiceStub(String endpointURI,
Integer timeout,
AnalysisEngineServiceAdapter owner,
Parameter[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Parameter[] |
CasProcessorCpeObject.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CasProcessorCpeObject.setParameters(Parameter[] aparameters) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ResourceSpecifierFactory_impl.createParameter() |
| Modifier and Type | Method and Description |
|---|---|
Parameter[] |
CustomResourceSpecifier.getParameters()
Gets parameters that may be read by the custom resource class when it is initialized.
|
Parameter[] |
PearSpecifier.getParameters()
Gets parameters that may be read by the pear resource class when it is initialized.
|
Parameter[] |
URISpecifier.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomResourceSpecifier.setParameters(Parameter[] parameters)
Sets parameters that may be read by the custom resource class when it is initialized.
|
void |
PearSpecifier.setParameters(Parameter[] parameters)
Sets parameters that may be read by the pear resource class when it is initialized.
|
void |
URISpecifier.setParameters(Parameter[] parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
Parameter_impl |
| Modifier and Type | Method and Description |
|---|---|
Parameter[] |
PearSpecifier_impl.getParameters() |
Parameter[] |
URISpecifier_impl.getParameters() |
Parameter[] |
CustomResourceSpecifier_impl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
PearSpecifier_impl.setParameters(Parameter[] parameters) |
void |
URISpecifier_impl.setParameters(Parameter[] parameters) |
void |
CustomResourceSpecifier_impl.setParameters(Parameter[] aParameters) |
Copyright © 2018. All rights reserved.