Uses of Interface
org.apache.uima.cas.CasOwner
-
Packages that use CasOwner Package Description 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 forResources
andResourceSpecifiers
.org.apache.uima.resource.impl -
-
Uses of CasOwner in org.apache.uima.cas
Methods in org.apache.uima.cas with parameters of type CasOwner Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
JCasImpl. setOwner(CasOwner aCasOwner)
-
Uses of CasOwner in org.apache.uima.resource
Subinterfaces of CasOwner in org.apache.uima.resource Modifier and Type Interface Description 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 Modifier and Type Class Description class
CasManager_impl
Simple CAS Manager Implementation used in the AnalysisEngine framework.
-