| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| org.apache.uima.jcas.impl | Provides the classes that support the Java Cas Model (JCM). | 
| Modifier and Type | Method and Description | 
|---|---|
| Sofa | CASImpl. getSofa() | 
| Sofa | CasSerializerSupport.CasDocSerializer. getSofa(int sofaNum) | 
| Sofa | CASImpl. getSofaRef() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | CasSerializerSupport.CasSerializerSupportSerialize. writeView(Sofa sofa,
         Collection<TOP> members) | 
| protected abstract void | CasSerializerSupport.CasSerializerSupportSerialize. writeView(Sofa sofa,
         Collection<TOP> added,
         Collection<TOP> deleted,
         Collection<TOP> reindexed) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sofa | JCas. getSofa()Get the Sofa feature structure associated with this JCas view. | 
| Sofa | JCas. getSofa(SofaID sofaID)Deprecated. 
 As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or
             call  JCas.getSofa()if you truly need to access the SofaFS object. | 
| Modifier and Type | Method and Description | 
|---|---|
| JCas | JCas. getJCas(Sofa sofa)Create a JCas view for a Sofa. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sofa | JCasImpl. getSofa() | 
| Sofa | JCasImpl. getSofa(SofaID sofaID) | 
| Modifier and Type | Method and Description | 
|---|---|
| JCas | JCasImpl. getJCas(Sofa sofa) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.