Uses of Interface
org.apache.uima.cas.ComponentInfo
-
Packages that use ComponentInfo Package Description org.apache.uima Apache UIMAorg.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.impl Apache UIMA internals -
-
Uses of ComponentInfo in org.apache.uima
Methods in org.apache.uima that return ComponentInfo Modifier and Type Method Description ComponentInfoUimaContextAdmin. 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 ComponentInfo Modifier and Type Method Description voidCAS. 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 ComponentInfo Modifier and Type Field Description private ComponentInfoCASImpl.SharedViewData. componentInfoMethods in org.apache.uima.cas.impl that return ComponentInfo Modifier and Type Method Description (package private) ComponentInfoCASImpl. getCurrentComponentInfo()Methods in org.apache.uima.cas.impl with parameters of type ComponentInfo Modifier and Type Method Description voidCASImpl. setCurrentComponentInfo(ComponentInfo info) -
Uses of ComponentInfo in org.apache.uima.impl
Classes in org.apache.uima.impl that implement ComponentInfo Modifier and Type Class Description (package private) classUimaContext_ImplBase.ComponentInfoImplImplementation 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 ComponentInfo Modifier and Type Field Description private ComponentInfoUimaContext_ImplBase. mComponentInfoThe 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 ComponentInfo Modifier and Type Method Description ComponentInfoUimaContext_ImplBase. getComponentInfo()Methods in org.apache.uima.impl with parameters of type ComponentInfo Modifier and Type Method Description static CASImplUtil. getStartingView(CAS cas, boolean sofaAware, ComponentInfo componentInfo)static <T extends AbstractCas>
TUtil. setupViewSwitchClassLoaders(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, java.lang.Class<T> casInterface)static AbstractCasUtil. setupViewSwitchClassLoadersLockCas(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, java.lang.Class<? extends AbstractCas> casInterface)
-