Uses of Interface
org.apache.uima.UimaContextAdmin
Packages that use UimaContextAdmin
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains the Analysis Structure Broker (ASB) interface, along with supporting
interfaces and exception classes.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of UimaContextAdmin in org.apache.uima
Methods in org.apache.uima that return UimaContextAdminModifier 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
Methods in org.apache.uima.analysis_engine.asb with parameters of type UimaContextAdminModifier 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
Fields in org.apache.uima.analysis_engine.asb.impl declared as UimaContextAdminModifier and TypeFieldDescriptionprivate UimaContextAdmin
ASB_impl.mAggregateUimaContext
UimaContext of the Aggregate AE containing this ASB.Methods in org.apache.uima.analysis_engine.asb.impl with parameters of type UimaContextAdminModifier 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
Fields in org.apache.uima.analysis_engine.impl declared as UimaContextAdminModifier and TypeFieldDescriptionprivate UimaContextAdmin
AnnotatorContext_impl.mUimaContext
The UimaContextAdmin that this AnnotatorContext wraps.Methods in org.apache.uima.analysis_engine.impl that return UimaContextAdminMethods in org.apache.uima.analysis_engine.impl with parameters of type UimaContextAdminModifier 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.Constructors in org.apache.uima.analysis_engine.impl with parameters of type UimaContextAdminModifierConstructorDescriptionAnnotatorContext_impl
(UimaContextAdmin aUimaContext) Creates a new AnnotatorContext_impl. -
Uses of UimaContextAdmin in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as UimaContextAdmin -
Uses of UimaContextAdmin in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement UimaContextAdminModifier and TypeClassDescriptionclass
Implementation of FlowControllerContext.Constructors in org.apache.uima.flow.impl with parameters of type UimaContextAdminModifierConstructorDescriptionFlowControllerContext_impl
(UimaContextAdmin aParentContext, String aContextName, Map<String, String> aSofaMappings, Map<String, AnalysisEngineMetaData> aAnalysisEngineMetaDataMap, AnalysisEngineMetaData aAggregateMetadata) -
Uses of UimaContextAdmin in org.apache.uima.impl
Classes in org.apache.uima.impl that implement UimaContextAdminModifier and TypeClassDescriptionclass
Reference implementation ofAnnotatorContext
.class
Implementation of the rootUimaContext
.class
Instances of this class shared by multiple threadsFields in org.apache.uima.impl declared as UimaContextAdminModifier and TypeFieldDescriptionprivate final UimaContextAdmin
ChildUimaContext_impl.mRootContext
Root Context (if root, points to self)private final UimaContextAdmin
ChildUimaContext_impl.parentContext
ref to the parent.Methods in org.apache.uima.impl that return UimaContextAdminModifier 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 ContextConstructors in org.apache.uima.impl with parameters of type UimaContextAdminModifierConstructorDescriptionChildUimaContext_impl
(UimaContextAdmin aParentContext, String aContextName, Map<String, String> aSofaMappings) -
Uses of UimaContextAdmin in org.apache.uima.resource
Fields in org.apache.uima.resource declared as UimaContextAdminModifier and TypeFieldDescriptionprivate UimaContextAdmin
Resource_ImplBase.mUimaContextAdmin
Admin interface to the UIMA ContextMethods in org.apache.uima.resource that return UimaContextAdminModifier and TypeMethodDescriptionResource_ImplBase.getUimaContextAdmin()
Gets the Admin interface to this Resource's UimaContext.Resource.getUimaContextAdmin()
Gets the Administrative interface to the UIMA Context.Methods in org.apache.uima.resource with parameters of type UimaContextAdminModifier 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
Methods in org.apache.uima.resource.impl with parameters of type UimaContextAdminModifier and TypeMethodDescriptionvoid
CasManager_impl.defineCasPool
(UimaContextAdmin aRequestorContext, int aMinimumSize, Properties aPerformanceTuningSettings)