Interface IDtNewWizardRelatedModelsFactory<M extends org.eclipse.emf.ecore.EObject>

    • Method Detail

      • createModels

        void createModels​(IDtNewWizardContext<M> context,
                          Set<org.eclipse.emf.ecore.EObject> createdModels)
        Creates and integrates related models for a given wizard context. Stores them in the passed createdModels set.
        Parameters:
        context - wizard context.
        createdModels - store here newly created models.