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 SofaCASImpl.mySofaRefThe 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 SofaBinaryCasSerDes4.Deserializer.sofaRefprivate SofaBinaryCasSerDes6.sofaRefMethods in org.apache.uima.cas.impl that return SofaModifier and TypeMethodDescription(package private) SofaCASImpl.createInitialSofa(String mimeType) (package private) SofaCASImpl.createSofa(int sofaNum, String sofaName, String mimeType) (package private) SofaCASImpl.createSofa(String sofaName, String mimeType) CASImpl.getSofa()CasSerializerSupport.CasDocSerializer.getSofa(int sofaNum) private SofaBinaryCasSerDes.getSofaFromAnnotBase(int annotBaseAddr, StringHeap stringHeap2, Int2ObjHashMap<TOP, TOP> addr2fs, CommonSerDesSequential csds) CASImpl.getSofaRef()private SofaBinaryCasSerDes.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) voidCASImpl.registerView(Sofa aSofa) protected abstract voidCasSerializerSupport.CasSerializerSupportSerialize.writeView(Sofa sofa, Collection<TOP> members) protected abstract voidCasSerializerSupport.CasSerializerSupportSerialize.writeView(Sofa sofa, Collection<TOP> added, Collection<TOP> deleted, Collection<TOP> reindexed) protected voidXmiCasSerializer.XmiDocSerializer.writeView(Sofa sofa, Collection<TOP> members) protected voidXmiCasSerializer.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) voidCASImpl.forAllSofas(Consumer<Sofa> processSofa) private voidCASImpl.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 voidJsonCasSerializer.JsonDocSerializer.writeView(Sofa sofa, Collection<TOP> members) protected voidJsonCasSerializer.JsonDocSerializer.writeView(Sofa sofa, Collection<TOP> added, Collection<TOP> deleted, Collection<TOP> reindexed)