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. 
 

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.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.