Uses of Interface
org.apache.uima.cas.ComponentInfo

Packages that use ComponentInfo
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
 

Uses of ComponentInfo in org.apache.uima
 

Methods in org.apache.uima that return ComponentInfo
 ComponentInfo UimaContextAdmin.getComponentInfo()
          Gets the ComponentInfo object for this component, which can be passed to CAS.setCurrentComponentInfo(ComponentInfo).
 

Uses of ComponentInfo in org.apache.uima.cas
 

Methods in org.apache.uima.cas with parameters of type ComponentInfo
 void CAS.setCurrentComponentInfo(ComponentInfo info)
          Informs the CAS of relevant information about the component that is currently procesing it.
 

Uses of ComponentInfo in org.apache.uima.cas.impl
 

Methods in org.apache.uima.cas.impl with parameters of type ComponentInfo
 void CASImpl.setCurrentComponentInfo(ComponentInfo info)
           
 

Uses of ComponentInfo in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return ComponentInfo
 ComponentInfo UimaContext_ImplBase.getComponentInfo()
           
 



Copyright © 2012. All Rights Reserved.