Package com._1c.g5.v8.dt.internal.ws
Class WsDefinitionsNewWizardRelatedModelsFactory
java.lang.Object
com._1c.g5.v8.dt.internal.ws.WsDefinitionsNewWizardRelatedModelsFactory
- All Implemented Interfaces:
IDtNewWizardRelatedModelsFactory<WSReference>
public class WsDefinitionsNewWizardRelatedModelsFactory
extends Object
implements IDtNewWizardRelatedModelsFactory<WSReference>
WsDefinitions
related models factory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createModels
(IDtNewWizardContext<WSReference> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context.
-
Constructor Details
-
WsDefinitionsNewWizardRelatedModelsFactory
public WsDefinitionsNewWizardRelatedModelsFactory()
-
-
Method Details
-
createModels
public void createModels(IDtNewWizardContext<WSReference> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Description copied from interface:IDtNewWizardRelatedModelsFactory
Creates and integrates related models for a given wizard context. Stores them in the passedcreatedModels
set.- Specified by:
createModels
in interfaceIDtNewWizardRelatedModelsFactory<WSReference>
- Parameters:
context
- wizard context.createdModels
- store here newly created models.
-