Package org.apache.uima.impl
Class SofaID_impl
java.lang.Object
org.apache.uima.impl.SofaID_impl
- All Implemented Interfaces:
SofaID
Deprecated.
Implementation of
SofaID
.-
Constructor Summary
ConstructorDescriptionDeprecated.Creates an empty Sofa ID.SofaID_impl
(String aID) Deprecated.Creates a new Sofa ID from the given String. -
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.
-
Constructor Details
-
SofaID_impl
public SofaID_impl()Deprecated.Creates an empty Sofa ID. -
SofaID_impl
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 Details
-
setSofaID
Deprecated.Description copied from interface:SofaID
Set the Sofa ID of a Sofa FS in the CAS. -
getSofaID
Deprecated.Description copied from interface:SofaID
Get the Sofa ID. -
setComponentSofaName
Deprecated.Description copied from interface:SofaID
Set the component Sofa name that was used to obtain this SofaID by callingUimaContext.mapToSofaID()
.- Specified by:
setComponentSofaName
in interfaceSofaID
- Parameters:
aSofaName
- -
-
getComponentSofaName
Deprecated.Description copied from interface:SofaID
Get the component Sofa name that was used to obtain this SofaID by calling {- Specified by:
getComponentSofaName
in interfaceSofaID
- Returns:
- Component Sofa Name
- See Also:
-