Class SofaID_impl

    • Constructor Detail

      • SofaID_impl

        public SofaID_impl()
        Deprecated.
        Creates an empty Sofa ID.
      • SofaID_impl

        public SofaID_impl​(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 the UimaContext.mapToSofaID(String) method instead.
        Parameters:
        aID - the String identifier of the Sofa
    • Method Detail

      • setSofaID

        public void setSofaID​(String aSofaID)
        Deprecated.
        Description copied from interface: SofaID
        Set the Sofa ID of a Sofa FS in the CAS.
        Specified by:
        setSofaID in interface SofaID
        Parameters:
        aSofaID - -
      • getSofaID

        public String getSofaID()
        Deprecated.
        Description copied from interface: SofaID
        Get the Sofa ID.
        Specified by:
        getSofaID in interface SofaID
        Returns:
        Sofa ID
      • setComponentSofaName

        public void setComponentSofaName​(String aSofaName)
        Deprecated.
        Description copied from interface: SofaID
        Set the component Sofa name that was used to obtain this SofaID by calling UimaContext.mapToSofaID().
        Specified by:
        setComponentSofaName in interface SofaID
        Parameters:
        aSofaName - -