Package org.apache.uima.cas
Interface SofaID
-
- All Known Implementing Classes:
SofaID_impl
@Deprecated public interface SofaIDDeprecated.As of v2.0, this is no longer needed. CAS views can now be obtained directly using String identifiers, through the methodCAS.getView(String).Interface that contains the handle to a Sofa FS in the CAS. The SofaID is obtained from the UimaContext by callingUimaContext.mapToSofaID().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetComponentSofaName()Deprecated.Get the component Sofa name that was used to obtain this SofaID by calling {java.lang.StringgetSofaID()Deprecated.Get the Sofa ID.voidsetComponentSofaName(java.lang.String aSofaName)Deprecated.Set the component Sofa name that was used to obtain this SofaID by callingUimaContext.mapToSofaID().voidsetSofaID(java.lang.String aSofaID)Deprecated.Set the Sofa ID of a Sofa FS in the CAS.
-
-
-
Method Detail
-
setSofaID
void setSofaID(java.lang.String aSofaID)
Deprecated.Set the Sofa ID of a Sofa FS in the CAS.- Parameters:
aSofaID- -
-
getSofaID
java.lang.String getSofaID()
Deprecated.Get the Sofa ID.- Returns:
- Sofa ID
-
setComponentSofaName
void setComponentSofaName(java.lang.String aSofaName)
Deprecated.Set the component Sofa name that was used to obtain this SofaID by callingUimaContext.mapToSofaID().- Parameters:
aSofaName- -
-
getComponentSofaName
java.lang.String getComponentSofaName()
Deprecated.Get the component Sofa name that was used to obtain this SofaID by calling {- Returns:
- Component Sofa Name
- See Also:
UimaContext.mapToSofaID()}.
-
-