Package org.apache.uima.impl
Class SofaID_impl
- java.lang.Object
-
- org.apache.uima.impl.SofaID_impl
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringmComponentSofaNameDeprecated.(package private) java.lang.StringmSofaIDDeprecated.
-
Constructor Summary
Constructors Constructor Description SofaID_impl()Deprecated.Creates an empty Sofa ID.SofaID_impl(java.lang.String aID)Deprecated.Creates a new Sofa ID from the given String.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
SofaID_impl
public SofaID_impl()
Deprecated.Creates an empty Sofa ID.
-
SofaID_impl
public SofaID_impl(java.lang.String aID)
Deprecated.Creates a new Sofa ID from the given String. Note that this constructor should be used only by applications. Analysis components should use theUimaContext.mapToSofaID(String)method instead.- Parameters:
aID- the String identifier of the Sofa
-
-
Method Detail
-
setSofaID
public void setSofaID(java.lang.String aSofaID)
Deprecated.Description copied from interface:SofaIDSet the Sofa ID of a Sofa FS in the CAS.
-
getSofaID
public java.lang.String getSofaID()
Deprecated.Description copied from interface:SofaIDGet the Sofa ID.
-
setComponentSofaName
public void setComponentSofaName(java.lang.String aSofaName)
Deprecated.Description copied from interface:SofaIDSet the component Sofa name that was used to obtain this SofaID by callingUimaContext.mapToSofaID().- Specified by:
setComponentSofaNamein interfaceSofaID- Parameters:
aSofaName- -
-
getComponentSofaName
public java.lang.String getComponentSofaName()
Deprecated.Description copied from interface:SofaIDGet the component Sofa name that was used to obtain this SofaID by calling {- Specified by:
getComponentSofaNamein interfaceSofaID- Returns:
- Component Sofa Name
- See Also:
UimaContext.mapToSofaID()}.
-
-