Package | Description |
---|---|
gov.va.vinci.leo.ae |
Provides base Annotator classes.
|
gov.va.vinci.leo.descriptors |
Provides factories and classes for type, aggregate, analysis, deployment descriptors, and other
descriptors UIMA AS uses.
|
Modifier and Type | Field and Description |
---|---|
protected LeoRemoteAEDescriptor |
LeoRemoteAnnotator.descriptor
Descriptor representing the remote annotator.
|
Modifier and Type | Method and Description |
---|---|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.addParameterSetting(String name,
String value)
Add a new parameter to the descriptor.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.analysisEngineSection(TransformerHandler thd,
boolean isTopDescriptor)
Produce the Analysis Engine section for the Deployment Descriptor XML.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.setDescriptorLocator(URI descriptorLocator)
Set the location where the descriptor should be generated.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.setIsDeleteOnExit(boolean deleteOnExit)
Set the flag to TRUE if generated descriptors should be deleted when the program exits, FALSE to persist them.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.setName(String name)
Set the name of this remote service, return a reference to the delegate type object in each implementation.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.setParameterSetting(NameValue nameValue)
Set the remote service parameter from the NameValue pair information provided.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.setParameterSetting(org.apache.uima.resource.Parameter p)
Set the remote service parameter from the Parameter name and value information.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.setParameterSetting(String name,
String value)
Set the remote parameter setting.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.