Interface DmrToRootEClassConverter

    • Method Detail

      • getRootEClass

        org.eclipse.emf.ecore.EClass getRootEClass​(VDomainModelReference dmr)
                                            throws java.lang.IllegalArgumentException
        Determines the root EClass of the given legacy domain model reference. Throws an exception if the root EClass could not be determined because this means that the given DMR is invalid.
        Parameters:
        dmr - The VDomainModelReference whose root EClass is calculated
        Returns:
        The root EClass of the given dmr
        Throws:
        java.lang.IllegalArgumentException - if the root EClass cannot be determined because of an invalid dmr