|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SofaFS | |
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. |
| org.apache.uima.jcas | Interfaces for accessing the JCAS. |
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types |
| org.apache.uima.jcas.impl | Provides the classes that support the Java Cas Model (JCM). |
| Uses of SofaFS in org.apache.uima.cas |
|---|
| Methods in org.apache.uima.cas that return SofaFS | |
|---|---|
SofaFS |
CAS.createSofa(SofaID sofaID,
java.lang.String mimeType)
Deprecated. As of v2.0, use CAS.createView(String) instead. |
SofaFS |
CAS.getSofa()
Get the Sofa feature structure associated with this CAS view. |
SofaFS |
CAS.getSofa(SofaID sofaID)
Deprecated. As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or call CAS.getSofa() if you truly need to access the SofaFS object. |
| Methods in org.apache.uima.cas that return types with arguments of type SofaFS | |
|---|---|
FSIterator<SofaFS> |
CAS.getSofaIterator()
Get iterator for all SofaFS in the CAS. |
| Methods in org.apache.uima.cas with parameters of type SofaFS | |
|---|---|
JCas |
CAS.getJCas(SofaFS aSofa)
Create a JCas view for a Sofa. |
CAS |
CAS.getView(SofaFS aSofa)
Get the view for a Sofa (subject of analysis). |
| Uses of SofaFS in org.apache.uima.cas.impl |
|---|
| Classes in org.apache.uima.cas.impl that implement SofaFS | |
|---|---|
class |
SofaFSImpl
Implementation of the SofaFS interface. |
| Methods in org.apache.uima.cas.impl that return SofaFS | |
|---|---|
SofaFS |
CASImpl.createSofa(SofaID sofaID,
java.lang.String mimeType)
Deprecated. |
SofaFS |
CASImpl.getSofa()
|
SofaFS |
CASImpl.getSofa(SofaID sofaID)
Deprecated. |
| Methods in org.apache.uima.cas.impl that return types with arguments of type SofaFS | |
|---|---|
FSIterator<SofaFS> |
CASImpl.getSofaIterator()
|
| Methods in org.apache.uima.cas.impl with parameters of type SofaFS | |
|---|---|
JCas |
CASImpl.getJCas(SofaFS aSofa)
|
java.io.InputStream |
CASImpl.getSofaDataStream(SofaFS aSofa)
|
CAS |
CASImpl.getView(SofaFS aSofa)
|
| Uses of SofaFS in org.apache.uima.jcas |
|---|
| Methods in org.apache.uima.jcas that return SofaFS | |
|---|---|
SofaFS |
JCas.createSofa(SofaID sofaID,
java.lang.String mimeType)
Deprecated. As of v2.0, use JCas.createView(String) instead. |
| Methods in org.apache.uima.jcas that return types with arguments of type SofaFS | |
|---|---|
FSIterator<SofaFS> |
JCas.getSofaIterator()
Get iterator for all SofaFS in the CAS. |
| Methods in org.apache.uima.jcas with parameters of type SofaFS | |
|---|---|
JCas |
JCas.getView(SofaFS aSofa)
Get the view for a Sofa (subject of analysis). |
| Uses of SofaFS in org.apache.uima.jcas.cas |
|---|
| Classes in org.apache.uima.jcas.cas that implement SofaFS | |
|---|---|
class |
Sofa
Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005 |
| Methods in org.apache.uima.jcas.cas that return SofaFS | |
|---|---|
SofaFS |
AnnotationBase.getSofa()
getter for sofa - gets Sofaref for annotation |
SofaFS |
AnnotationBase_Type.getSofa(int addr)
|
| Uses of SofaFS in org.apache.uima.jcas.impl |
|---|
| Methods in org.apache.uima.jcas.impl that return SofaFS | |
|---|---|
SofaFS |
JCasImpl.createSofa(SofaID sofaID,
java.lang.String mimeType)
|
| Methods in org.apache.uima.jcas.impl that return types with arguments of type SofaFS | |
|---|---|
FSIterator<SofaFS> |
JCasImpl.getSofaIterator()
|
| Methods in org.apache.uima.jcas.impl with parameters of type SofaFS | |
|---|---|
JCas |
JCasImpl.getView(SofaFS aSofa)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||