Uses of Interface
org.apache.uima.cas.SofaFS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
Provides the classes that support the Java Cas Model (JCM).
-
Uses of SofaFS in org.apache.uima.cas
Modifier and TypeMethodDescription<T extends SofaFS>
FSIterator<T>CAS.getSofaIterator()
Get iterator for all SofaFS in the CAS.Modifier and TypeMethodDescriptionCAS.createSofa
(SofaID sofaID, String mimeType) Deprecated.CAS.getSofa()
Get the Sofa feature structure associated with this CAS view.Deprecated.As of v2.0, use {#getView(String)}. -
Uses of SofaFS in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionCASImpl.createSofa
(SofaID sofaID, String mimeType) Deprecated.Deprecated. -
Uses of SofaFS in org.apache.uima.jcas
Modifier and TypeMethodDescriptionJCas.createSofa
(SofaID sofaID, String mimeType) Deprecated.As of v2.0, useJCas.createView(String)
instead. -
Uses of SofaFS in org.apache.uima.jcas.cas
-
Uses of SofaFS in org.apache.uima.jcas.impl
CAS.createView(String)
instead.