EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.model.MappingModel

Packages that use MappingModel
org.eclipse.egf.core.ui.wizard.page   
org.eclipse.egf.core.ui.workbench.action.explorer.create   
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.edit.command.plugin.mapping   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of MappingModel in org.eclipse.egf.core.ui.wizard.page
 

Methods in org.eclipse.egf.core.ui.wizard.page that return MappingModel
protected  MappingModel MappingWizardPage.getMappingModel()
          Return the mapping model.
 

Uses of MappingModel in org.eclipse.egf.core.ui.workbench.action.explorer.create
 

Fields in org.eclipse.egf.core.ui.workbench.action.explorer.create declared as MappingModel
protected  MappingModel CreateMappingAction._createdMappingModel
           
 

Uses of MappingModel in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return MappingModel
 MappingModel ModelFactory.createMappingModel()
          Returns a new object of class 'Mapping Model'
 

Uses of MappingModel in org.eclipse.egf.model.data.helper
 

Methods in org.eclipse.egf.model.data.helper that return MappingModel
static MappingModel ModelHelper.createMappingModel(String mappingRelativePath_p, String sourceFactoryComponentId_p, String targetFactoryComponentId_p, String mappingId_p)
          Create a new mapping model with given parameters.
static MappingModel ModelHelper.getMapping(String mappingId_p, List<MappingModel> mappings_p)
          Get a mapping model in given list for specified mapping id.
 

Methods in org.eclipse.egf.model.data.helper that return types with arguments of type MappingModel
static List<MappingModel> ModelHelper.getMappings(FactoryComponent factoryComponent_p)
          Get all mappings contained in given factory component.
 List<MappingModel> IFactoryComponentLoadingHelper.loadMappings(String factoryComponentId_p)
          Load mappings for given factory component.
 

Method parameters in org.eclipse.egf.model.data.helper with type arguments of type MappingModel
static MappingModel ModelHelper.getMapping(String mappingId_p, List<MappingModel> mappings_p)
          Get a mapping model in given list for specified mapping id.
 

Uses of MappingModel in org.eclipse.egf.model.edit.command.plugin.mapping
 

Methods in org.eclipse.egf.model.edit.command.plugin.mapping that return MappingModel
protected abstract  MappingModel AbstractMappingWrapperCommand.getMapping()
          Get the mapping model element.
protected  MappingModel AddMappingWrapperCommand.getMapping()
           
protected  MappingModel SetMappingWrapperCommand.getMapping()
           
protected  MappingModel RemoveMappingWrapperCommand.getMapping()
           
 

Uses of MappingModel in org.eclipse.egf.model.impl
 

Classes in org.eclipse.egf.model.impl that implement MappingModel
 class MappingModelImpl
          An implementation of the model object 'Mapping Model'.
 

Methods in org.eclipse.egf.model.impl that return MappingModel
 MappingModel ModelFactoryImpl.createMappingModel()
           
 

Uses of MappingModel in org.eclipse.egf.model.util
 

Methods in org.eclipse.egf.model.util with parameters of type MappingModel
 T ModelSwitch.caseMappingModel(MappingModel object)
          Returns the result of interpreting the object as an instance of 'Mapping Model'
 boolean ModelValidator.validateMappingModel(MappingModel mappingModel, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.