Class SubsystemNewWizardRelatedModelsFactory

    • Constructor Detail

      • SubsystemNewWizardRelatedModelsFactory

        public SubsystemNewWizardRelatedModelsFactory()
    • Method Detail

      • createModels

        public void createModels​(IDtNewWizardContext<Subsystem> 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.
        Specified by:
        createModels in interface IDtNewWizardRelatedModelsFactory<Subsystem>
        Parameters:
        context - wizard context.
        createdModels - store here newly created models.