Uses of Interface
org.apache.uima.cas.ComponentInfo
Packages that use ComponentInfo
Package
Description
Apache UIMA
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Apache UIMA internals
-
Uses of ComponentInfo in org.apache.uima
Methods in org.apache.uima that return ComponentInfoModifier and TypeMethodDescriptionUimaContextAdmin.getComponentInfo()
Gets the ComponentInfo object for this component, which can be passed toCAS.setCurrentComponentInfo(ComponentInfo)
. -
Uses of ComponentInfo in org.apache.uima.cas
Methods in org.apache.uima.cas with parameters of type ComponentInfoModifier and TypeMethodDescriptionvoid
CAS.setCurrentComponentInfo
(ComponentInfo info) Informs the CAS of relevant information about the component that is currently processing it. -
Uses of ComponentInfo in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as ComponentInfoMethods in org.apache.uima.cas.impl that return ComponentInfoModifier and TypeMethodDescription(package private) ComponentInfo
CASImpl.getCurrentComponentInfo()
Methods in org.apache.uima.cas.impl with parameters of type ComponentInfo -
Uses of ComponentInfo in org.apache.uima.impl
Classes in org.apache.uima.impl that implement ComponentInfoModifier and TypeClassDescription(package private) class
Implementation of the ComponentInfo interface that allows the CAS to access information from this context- currently just the Sofa mappings.Fields in org.apache.uima.impl declared as ComponentInfoModifier and TypeFieldDescriptionprivate final ComponentInfo
UimaContext_ImplBase.mComponentInfo
The ComponentInfoImpl class (an inner non-static class) has no fields and just one method that refers to fields in this (containing, outer) class.Methods in org.apache.uima.impl that return ComponentInfoMethods in org.apache.uima.impl with parameters of type ComponentInfoModifier and TypeMethodDescriptionstatic CASImpl
Util.getStartingView
(CAS cas, boolean sofaAware, ComponentInfo componentInfo) static <T extends AbstractCas>
TUtil.setupViewSwitchClassLoaders
(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, Class<T> casInterface) static AbstractCas
Util.setupViewSwitchClassLoadersLockCas
(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, Class<? extends AbstractCas> casInterface)