org.apache.uima.cas
Interface ComponentInfo


public interface ComponentInfo

Information that a CAS needs to know about the component that's currently operating on it. Intended for internal framework usage.


Method Summary
 String mapToSofaID(String aSofaName)
          Retrieve actual sofa ID given a symbolic name
 

Method Detail

mapToSofaID

String mapToSofaID(String aSofaName)
Retrieve actual sofa ID given a symbolic name

Parameters:
aSofaName - this component's name for a SofA
Returns:
absolute SofA ID


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.