Uses of Interface
org.apache.uima.UimaContextAdmin
Package
Description
Apache UIMA
Contains the Analysis Structure Broker (ASB) interface, along with supporting
interfaces and exception classes.
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of UimaContextAdmin in org.apache.uima
Modifier and TypeMethodDescriptionprotected abstract UimaContextAdmin
UIMAFramework._newUimaContext()
To be implemented by subclasses; this should return a new instance of the defaultUimaContextAdmin
used by this implementation.UimaContextAdmin.createChild
(String aContextName, Map<String, String> aSofaMappings) Creates a UimaContext that is a child of this UimaContext.UimaContextAdmin.getRootContext()
Gets the Root Context for this Resource.static UimaContextAdmin
UIMAFramework.newUimaContext
(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigManager) Gets a new instance of aUimaContext
. -
Uses of UimaContextAdmin in org.apache.uima.analysis_engine.asb
Modifier and TypeMethodDescriptionvoid
ASB.setup
(Map<String, ResourceSpecifier> aComponentSpecifiers, UimaContextAdmin aParentContext, FlowControllerDeclaration aFlowControllerDeclaration, AnalysisEngineMetaData aAggregateMetadata) Called by the Aggregate Analysis Engine to provide this ASB with information it needs to operate. -
Uses of UimaContextAdmin in org.apache.uima.analysis_engine.asb.impl
Modifier and TypeMethodDescriptionprotected void
ASB_impl.initFlowController
(FlowControllerDeclaration aFlowControllerDeclaration, UimaContextAdmin aParentContext, AnalysisEngineMetaData aAggregateMetadata) void
ASB_impl.setup
(Map<String, ResourceSpecifier> aSpecifiers, UimaContextAdmin aParentContext, FlowControllerDeclaration aFlowControllerDeclaration, AnalysisEngineMetaData aAggregateMetadata) Called after calling initialize() (see above) by the Aggregate Analysis Engine to provide this ASB with information it needs to operate. -
Uses of UimaContextAdmin in org.apache.uima.analysis_engine.impl
Modifier and TypeMethodDescriptionvoid
AnalysisEngineManagementImpl.setName
(String aName, UimaContextAdmin aContext, String aCustomPrefix) Sets the name of this AnalyaisEngineManagement object, and also computes the unique MBean name that can later be used to register this object with an MBeanServer.ModifierConstructorDescriptionAnnotatorContext_impl
(UimaContextAdmin aUimaContext) Creates a new AnnotatorContext_impl. -
Uses of UimaContextAdmin in org.apache.uima.flow.impl
Modifier and TypeClassDescriptionclass
Implementation of FlowControllerContext.ModifierConstructorDescriptionFlowControllerContext_impl
(UimaContextAdmin aParentContext, String aContextName, Map<String, String> aSofaMappings, Map<String, AnalysisEngineMetaData> aAnalysisEngineMetaDataMap, AnalysisEngineMetaData aAggregateMetadata) -
Uses of UimaContextAdmin in org.apache.uima.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofAnnotatorContext
.class
Implementation of the rootUimaContext
.class
Instances of this class shared by multiple threadsModifier and TypeMethodDescriptionprotected UimaContextAdmin
UIMAFramework_impl._newUimaContext()
UimaContext_ImplBase.createChild
(String aContextName, Map<String, String> aSofaMappings) ChildUimaContext_impl.getRootContext()
Get the Root ContextRootUimaContext_impl.getRootContext()
Get the Root ContextModifierConstructorDescriptionChildUimaContext_impl
(UimaContextAdmin aParentContext, String aContextName, Map<String, String> aSofaMappings) -
Uses of UimaContextAdmin in org.apache.uima.resource
Modifier and TypeMethodDescriptionResource_ImplBase.getUimaContextAdmin()
Gets the Admin interface to this Resource's UimaContext.Resource.getUimaContextAdmin()
Gets the Administrative interface to the UIMA Context.Modifier and TypeMethodDescriptionvoid
CasManager.defineCasPool
(UimaContextAdmin aRequestorContext, int aMinimumSize, Properties aPerformanceTuningSettings) Defines the CAS pool required by a particular AnalysisEngine. -
Uses of UimaContextAdmin in org.apache.uima.resource.impl
Modifier and TypeMethodDescriptionvoid
CasManager_impl.defineCasPool
(UimaContextAdmin aRequestorContext, int aMinimumSize, Properties aPerformanceTuningSettings)