Package org.apache.uima.cas
Interface SofaID
- All Known Implementing Classes:
SofaID_impl
Deprecated.
Interface that contains the handle to a Sofa FS in the CAS.
The SofaID is obtained from the UimaContext by calling
UimaContext.mapToSofaID()
.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the component Sofa name that was used to obtain this SofaID by calling {Deprecated.Get the Sofa ID.void
setComponentSofaName
(String aSofaName) Deprecated.Set the component Sofa name that was used to obtain this SofaID by callingUimaContext.mapToSofaID()
.void
Deprecated.Set the Sofa ID of a Sofa FS in the CAS.
-
Method Details
-
setSofaID
Deprecated.Set the Sofa ID of a Sofa FS in the CAS.- Parameters:
aSofaID
- -
-
getSofaID
String getSofaID()Deprecated.Get the Sofa ID.- Returns:
- Sofa ID
-
setComponentSofaName
Deprecated.Set the component Sofa name that was used to obtain this SofaID by callingUimaContext.mapToSofaID()
.- Parameters:
aSofaName
- -
-
getComponentSofaName
String getComponentSofaName()Deprecated.Get the component Sofa name that was used to obtain this SofaID by calling {- Returns:
- Component Sofa Name
- See Also:
-
CAS.getView(String)
.