Package org.apache.uima.impl
Class UimaContext_ImplBase.ComponentInfoImpl
- java.lang.Object
-
- org.apache.uima.impl.UimaContext_ImplBase.ComponentInfoImpl
-
- All Implemented Interfaces:
ComponentInfo
- Enclosing class:
- UimaContext_ImplBase
class UimaContext_ImplBase.ComponentInfoImpl extends java.lang.Object implements ComponentInfo
Implementation of the ComponentInfo interface that allows the CAS to access information from this context- currently just the Sofa mappings.
-
-
Constructor Summary
Constructors Constructor Description ComponentInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
mapToSofaID(java.lang.String aSofaName)
Retrieve actual sofa ID given a symbolic name
-
-
-
Method Detail
-
mapToSofaID
public java.lang.String mapToSofaID(java.lang.String aSofaName)
Description copied from interface:ComponentInfo
Retrieve actual sofa ID given a symbolic name- Specified by:
mapToSofaID
in interfaceComponentInfo
- Parameters:
aSofaName
- this component's name for a SofA- Returns:
- absolute SofA ID
-
-