Uses of Class
org.apache.uima.jcas.cas.Sofa
Packages that use 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
Fields in org.apache.uima.cas.impl declared as SofaModifier and TypeFieldDescriptionprivate Sofa
CASImpl.mySofaRef
The Feature Structure for the sofa FS for this view, or null //-1 if the sofa FS is for the initial view, or // 0 if there is no sofa FS - for instance, in the "base cas"private Sofa
BinaryCasSerDes4.Deserializer.sofaRef
private Sofa
BinaryCasSerDes6.sofaRef
Methods in org.apache.uima.cas.impl that return SofaModifier and TypeMethodDescription(package private) Sofa
CASImpl.createInitialSofa
(String mimeType) (package private) Sofa
CASImpl.createSofa
(int sofaNum, String sofaName, String mimeType) (package private) Sofa
CASImpl.createSofa
(String sofaName, String mimeType) CASImpl.getSofa()
CasSerializerSupport.CasDocSerializer.getSofa
(int sofaNum) private Sofa
BinaryCasSerDes.getSofaFromAnnotBase
(int annotBaseAddr, StringHeap stringHeap2, Int2ObjHashMap<TOP, TOP> addr2fs, CommonSerDesSequential csds) CASImpl.getSofaRef()
private Sofa
BinaryCasSerDes.makeSofaFromHeap
(int sofaAddr, StringHeap stringHeap2, CommonSerDesSequential csds, boolean isUnordered) Methods in org.apache.uima.cas.impl with parameters of type SofaModifier and TypeMethodDescription(package private) void
CASImpl.registerView
(Sofa aSofa) 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) protected void
XmiCasSerializer.XmiDocSerializer.writeView
(Sofa sofa, Collection<TOP> members) protected void
XmiCasSerializer.XmiDocSerializer.writeView
(Sofa sofa, Collection<TOP> added, Collection<TOP> deleted, Collection<TOP> reindexed) Method parameters in org.apache.uima.cas.impl with type arguments of type SofaModifier and TypeMethodDescription(package private) void
CASImpl.forAllSofas
(Consumer<Sofa> processSofa) private void
CASImpl.setSofaThingsMime
(Consumer<Sofa> c, String msg) -
Uses of Sofa in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return SofaModifier and TypeMethodDescriptionJCas.getSofa()
Get the Sofa feature structure associated with this JCas view.Deprecated.As of v2.0, use {#getView(String)}.Methods in org.apache.uima.jcas with parameters of type Sofa -
Uses of Sofa in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return SofaMethods in org.apache.uima.jcas.impl with parameters of type Sofa -
Uses of Sofa in org.apache.uima.json
Methods in org.apache.uima.json with parameters of type SofaModifier and TypeMethodDescriptionprotected void
JsonCasSerializer.JsonDocSerializer.writeView
(Sofa sofa, Collection<TOP> members) protected void
JsonCasSerializer.JsonDocSerializer.writeView
(Sofa sofa, Collection<TOP> added, Collection<TOP> deleted, Collection<TOP> reindexed)