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 | Method and Description |
---|---|
LeoDelegate |
LeoRemoteAnnotator.getDescriptor()
Return the Descriptor for this AnalysisEngine or RemoteAnalysisEngine.
|
LeoDelegate |
LeoPearAnnotator.getDescriptor() |
LeoDelegate |
LeoBaseAnnotator.getDescriptor()
Generate a descriptor from this annotator object.
|
LeoDelegate |
LeoAnnotator.getDescriptor()
Return the Descriptor for this AnalysisEngine or RemoteAnalysisEngine.
|
LeoDelegate |
ExternalAnnotator.getDescriptor() |
Modifier and Type | Class and Description |
---|---|
class |
LeoAEDescriptor
Allows the user to easily modify and create an AnalysisEngineDescriptor object without
needing to directly access the UIMA API.
|
class |
LeoPearDescriptor
Created by tginter on 7/6/17.
|
class |
LeoRemoteAEDescriptor
Create and modify remote service analysis engine descriptors in order to include remote services in an aggregate.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<LeoDelegate> |
LeoAEDescriptor.mDelegates
Delegate AnalysisEngineDescriptors for aggregates only.
|
Modifier and Type | Method and Description |
---|---|
<T extends LeoDelegate> |
LeoDelegate.analysisEngineSection(TransformerHandler thd,
boolean isTopDescriptor)
Produce the Analysis Engine section for the Deployment Descriptor XML.
|
<T extends LeoDelegate> |
LeoDelegate.setDescriptorLocator(URI descriptorLocator)
Set the location where the descriptor should be generated.
|
<T extends LeoDelegate> |
LeoDelegate.setIsDeleteOnExit(boolean deleteOnExit)
Set the flag to TRUE if generated descriptors should be deleted when the program exits, FALSE to persist them.
|
<T extends LeoDelegate> |
LeoDelegate.setName(String name)
Set the name of this delegate, return a reference to the delegate type object in each implementation.
|
Modifier and Type | Method and Description |
---|---|
LeoDelegate |
LeoAEDescriptor.getDelegate(String name)
Get a LeoAEDescriptor for a delegate engine with the name provided.
|
LeoDelegate[] |
LeoAEDescriptor.getDelegates()
Get the set of delegate engines for this aggregate if it exists.
|
Modifier and Type | Method and Description |
---|---|
LeoAEDescriptor |
LeoAEDescriptor.addDelegate(LeoDelegate delegate)
Add the provided LeoAEDescriptor as a delegate to this AnalysisEngine.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.uima.analysis_engine.AnalysisEngineDescription |
AggregateEngineFactory.createAggregateDescription(List<LeoDelegate> specs,
org.apache.uima.flow.FlowControllerDescription flowControllerDescription,
String name)
Create an aggregate descriptor from a list of LeoAEDescriptor objects.
|
static org.apache.uima.analysis_engine.AnalysisEngineDescription |
AggregateEngineFactory.createAggregateDescription(List<LeoDelegate> specs,
String name)
Create an aggregate descriptor from a list of LeoAEDescriptor objects.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.