Uses of Interface
org.apache.uima.UimaContext
-
Packages that use UimaContext Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.adapter.vinci org.apache.uima.analysis_component org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.impl.compatibility org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.flow org.apache.uima.flow.impl org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima.org.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.org.apache.uima.resource.impl org.apache.uima.tools.components org.apache.uima.uimacpp -
-
Uses of UimaContext in org.apache.uima
Subinterfaces of UimaContext in org.apache.uima Modifier and Type Interface Description interfaceUimaContextAdminAdmin interface to the UIMA Context.Methods in org.apache.uima that return UimaContext Modifier and Type Method Description static UimaContextUimaContextHolder. getContext()Get the UimaContext for this threadstatic UimaContextUimaContextHolder. setContext(UimaContext uimaContext)Sets the UimaContext for the current thread.Methods in org.apache.uima with parameters of type UimaContext Modifier and Type Method Description static UimaContextUimaContextHolder. setContext(UimaContext uimaContext)Sets the UimaContext for the current thread. -
Uses of UimaContext in org.apache.uima.adapter.vinci
Fields in org.apache.uima.adapter.vinci declared as UimaContext Modifier and Type Field Description UimaContextCASTransportable. uimaContextConstructors in org.apache.uima.adapter.vinci with parameters of type UimaContext Constructor Description CASTransportable(CAS cas, OutOfTypeSystemData outOfTypeSystemData, UimaContext uimaContext, boolean includeDocText)This constructor is used on the client side, where we have a dedicated CAS instance for the request.CASTransportable(CasPool casPool, OutOfTypeSystemData outOfTypeSystemData, UimaContext uimaContext, boolean includeDocText)This constructor is used on the service side - a CAS Pool reference is provided. -
Uses of UimaContext in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component that return UimaContext Modifier and Type Method Description protected UimaContextAnalysisComponent_ImplBase. getContext()Gets the UimaContext for this AnalysisComponent.Methods in org.apache.uima.analysis_component with parameters of type UimaContext Modifier and Type Method Description voidAnalysisComponent_ImplBase. initialize(UimaContext aContext)voidAnalysisComponent. initialize(UimaContext aContext)Performs any startup tasks required by this component. -
Uses of UimaContext in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return UimaContext Modifier and Type Method Description UimaContextPearAnalysisEngineWrapper. getUimaContext() -
Uses of UimaContext in org.apache.uima.analysis_engine.impl.compatibility
Methods in org.apache.uima.analysis_engine.impl.compatibility with parameters of type UimaContext Modifier and Type Method Description voidAnnotatorAdapter. initialize(UimaContext aContext)voidCasConsumerAdapter. initialize(UimaContext aContext)voidCollectionReaderAdapter. initialize(UimaContext aContext) -
Uses of UimaContext in org.apache.uima.cas.impl
Constructors in org.apache.uima.cas.impl with parameters of type UimaContext Constructor Description XCASDeserializer(TypeSystem ts, UimaContext uimaContext)Create a new deserializer from a type system.XCASSerializer(TypeSystem ts, UimaContext uimaContext)XmiCasDeserializer(TypeSystem ts, UimaContext uimaContext)Create a new deserializer from a type system.XmiCasSerializer(TypeSystem ts, UimaContext uimaContext)Deprecated.UseXmiCasSerializer(TypeSystem)instead.XmiCasSerializer(TypeSystem ts, UimaContext uimaContext, java.util.Map<java.lang.String,java.lang.String> nsUriToSchemaLocationMap)Deprecated.UseXmiCasSerializer(TypeSystem, Map)instead. -
Uses of UimaContext in org.apache.uima.flow
Subinterfaces of UimaContext in org.apache.uima.flow Modifier and Type Interface Description interfaceFlowControllerContextA subtype ofUimaContextused byFlowControllercomponents. -
Uses of UimaContext in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement UimaContext Modifier and Type Class Description classFlowControllerContext_implImplementation of FlowControllerContext. -
Uses of UimaContext in org.apache.uima.impl
Classes in org.apache.uima.impl that implement UimaContext Modifier and Type Class Description classChildUimaContext_implReference implementation ofAnnotatorContext.classRootUimaContext_implImplementation of the rootUimaContext.classUimaContext_ImplBaseInstances of this class shared by multiple threads -
Uses of UimaContext in org.apache.uima.resource
Methods in org.apache.uima.resource that return UimaContext Modifier and Type Method Description UimaContextResource_ImplBase. getUimaContext()UimaContextResource. getUimaContext()Gets the UIMA Context for this Resource. -
Uses of UimaContext in org.apache.uima.resource.impl
Methods in org.apache.uima.resource.impl with parameters of type UimaContext Modifier and Type Method Description protected voidCasManager_impl. populateCasToCasPoolAndUimaContextMaps(CasPool aCasPool, UimaContext aUimaContext) -
Uses of UimaContext in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components with parameters of type UimaContext Modifier and Type Method Description voidXmlDetagger. initialize(UimaContext aContext) -
Uses of UimaContext in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp with parameters of type UimaContext Modifier and Type Method Description voidUimacppAnalysisComponent. initialize(UimaContext context)
-