Uses of Class
org.apache.uima.jcas.cas.Sofa

Packages that use Sofa
org.apache.uima.jcas Interfaces for accessing the JCAS. 
org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM). 
 

Uses of Sofa in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return Sofa
 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.
 

Methods in org.apache.uima.jcas with parameters of type Sofa
 JCas JCas.getJCas(Sofa sofa)
          Create a JCas view for a Sofa.
 

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

Methods in org.apache.uima.jcas.impl that return Sofa
 Sofa JCasImpl.getSofa()
           
 Sofa JCasImpl.getSofa(SofaID sofaID)
           
 

Methods in org.apache.uima.jcas.impl with parameters of type Sofa
 JCas JCasImpl.getJCas(Sofa sofa)
           
 



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