Uses of Class
org.apache.uima.jcas.cas.Sofa
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
-
Uses of Sofa in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionCASImpl.getSofa()
CasSerializerSupport.CasDocSerializer.getSofa
(int sofaNum) CASImpl.getSofaRef()
Modifier and TypeMethodDescriptionprotected 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) -
Uses of Sofa in org.apache.uima.jcas
Modifier and TypeMethodDescriptionJCas.getSofa()
Get the Sofa feature structure associated with this JCas view.Deprecated.As of v2.0, use {#getView(String)}. -
Uses of Sofa in org.apache.uima.jcas.impl