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
Implementation of the ComponentInfo interface that allows the CAS to access information from
this context- currently just the Sofa mappings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapToSofaID
(String aSofaName) Retrieve actual sofa ID given a symbolic name
-
Constructor Details
-
ComponentInfoImpl
ComponentInfoImpl()
-
-
Method Details
-
mapToSofaID
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
-