Interface GeneralizationInfosProvider

  • All Known Implementing Classes:
    GeneralizationInfosProviderImpl

    public interface GeneralizationInfosProvider
    Author:
    Christian Mueller

    Interface for objects creating GeneralizsationInfos

    • Method Detail

      • getGeneralizationInfos

        GeneralizationInfos getGeneralizationInfos​(Object source)
                                            throws IOException
        Parameters:
        source - , source of the info, concrete class depending on implementation
        Returns:
        a GeneralizationInfos object
        Throws:
        IOException - in case of failure

        An implementor of this method must call GeneralizationInfos.validate() otherwise, behavior is unexpected