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

Packages that use CasOwner
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.jcas.impl Provides the classes that support the Java Cas Model (JCM). 
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.impl   
 

Uses of CasOwner in org.apache.uima.cas
 

Methods in org.apache.uima.cas with parameters of type CasOwner
 void AbstractCas_ImplBase.setOwner(CasOwner aCasOwner)
          Provides this CAS with a handle to the CASOwner that owns it.
 

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

Methods in org.apache.uima.cas.impl with parameters of type CasOwner
 void CASImpl.setOwner(CasOwner aCasOwner)
           
 

Uses of CasOwner in org.apache.uima.jcas.impl
 

Methods in org.apache.uima.jcas.impl with parameters of type CasOwner
 void JCasImpl.setOwner(CasOwner aCasOwner)
           
 

Uses of CasOwner in org.apache.uima.resource
 

Subinterfaces of CasOwner in org.apache.uima.resource
 interface CasManager
          Manages creation and pooling of CAS instances within an AnalysisEngine.
 

Uses of CasOwner in org.apache.uima.resource.impl
 

Classes in org.apache.uima.resource.impl that implement CasOwner
 class CasManager_impl
          Simple CAS Manager Implementation used in the AnalysisEngine framework.
 



Copyright © 2012. All Rights Reserved.