Interface ModelResource

    • Method Detail

      • getRootInstances

        org.eclipse.emf.common.util.EList<Instance> getRootInstances()
        Returns the value of the 'Root Instances' reference list. The list contents are of type Instance.

        If the meaning of the 'Root Instances' reference list isn't clear, there really should be more of a description here...

        The instances which are the root elements of the resource
        Returns:
        the value of the 'Root Instances' reference list.
        See Also:
        MigrationPackage.getModelResource_RootInstances()
      • setModel

        void setModel​(Model value)
        Sets the value of the 'Model' container reference.
        Parameters:
        value - the new value of the 'Model' container reference.
        See Also:
        getModel()