| Package | Description | 
|---|---|
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| 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. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.