Uses of Class
org.eclipse.gmt.weaver.core.WeaverXMLMetadata

Packages that use WeaverXMLMetadata
org.eclipse.gmt.weaver.core   
org.eclipse.gmt.weaver.editors   
org.eclipse.gmt.weaver.editors.interfaces   
org.eclipse.gmt.weaver.extension.panel   
org.eclipse.gmt.weaver.transformation.util   
 

Uses of WeaverXMLMetadata in org.eclipse.gmt.weaver.core
 

Methods in org.eclipse.gmt.weaver.core with parameters of type WeaverXMLMetadata
 void WeaverModelManager.initWeavingModel(WeaverXMLMetadata xml)
          Initialisation of URIs with path of files And initialisation of choosen extensions for weaving model metamodel
 

Constructors in org.eclipse.gmt.weaver.core with parameters of type WeaverXMLMetadata
WeaverModelManager(WeaverXMLMetadata xml, boolean isNewModel, int metamodelType)
          Creates a new model manager for the weaver
 

Uses of WeaverXMLMetadata in org.eclipse.gmt.weaver.editors
 

Methods in org.eclipse.gmt.weaver.editors that return WeaverXMLMetadata
 WeaverXMLMetadata GlobalWeaverEditor.getXmlFile()
           
 

Uses of WeaverXMLMetadata in org.eclipse.gmt.weaver.editors.interfaces
 

Methods in org.eclipse.gmt.weaver.editors.interfaces with parameters of type WeaverXMLMetadata
 org.eclipse.emf.ecore.resource.Resource IWovenModelPanel.initializeModelResource(org.eclipse.emf.ecore.resource.Resource input, WeaverXMLMetadata xmlFile, java.lang.String modelID)
          initialize model
 

Uses of WeaverXMLMetadata in org.eclipse.gmt.weaver.extension.panel
 

Methods in org.eclipse.gmt.weaver.extension.panel with parameters of type WeaverXMLMetadata
protected  org.eclipse.emf.ecore.resource.Resource WovenPanelXMI.addIdentifierAdapters(org.eclipse.emf.ecore.resource.Resource resource, WeaverXMLMetadata xmlFile, java.lang.String modelID)
          adds an identifier adapter for every object in a resource, generates and ID for it, copy new resource in a another location if user want
protected  org.eclipse.emf.ecore.resource.Resource MergeWovenModelPanel.addIdentifierAdapters(org.eclipse.emf.ecore.resource.Resource resource, WeaverXMLMetadata xmlFile, java.lang.String modelID)
          adds an identifier adapter for every object in a resource, generates and ID for it, copy new resource in a another location if user want
protected  org.eclipse.emf.ecore.resource.Resource DefaultWovenModelPanel.addIdentifierAdapters(org.eclipse.emf.ecore.resource.Resource resource, WeaverXMLMetadata xmlFile, java.lang.String modelID)
          adds an identifier adapter for every object in a resource, generates and ID for it, copy new resource in a another location if user want
 org.eclipse.emf.ecore.resource.Resource MergeWovenModelPanel.initializeModelResource(org.eclipse.emf.ecore.resource.Resource input, WeaverXMLMetadata xmlFile, java.lang.String modelID)
           
 org.eclipse.emf.ecore.resource.Resource DefaultWovenModelPanel.initializeModelResource(org.eclipse.emf.ecore.resource.Resource input, WeaverXMLMetadata xmlFile, java.lang.String modelID)
           
 

Uses of WeaverXMLMetadata in org.eclipse.gmt.weaver.transformation.util
 

Methods in org.eclipse.gmt.weaver.transformation.util with parameters of type WeaverXMLMetadata
static org.eclipse.m2m.atl.core.IModel TransformationUtil.executeTransfo(org.eclipse.m2m.atl.core.launch.ILauncher launcher, WeaverModelManager wManager, WeaverXMLMetadata fileXML, TransformationConfig tc)
          executes a transformation (higher order or matching) available in the weaving graphical interface.
static org.eclipse.m2m.atl.core.IModel TransformationUtil.saveNewModel(TransformationConfig tc, org.eclipse.m2m.atl.core.IModel in, WeaverModelManager wManager, WeaverXMLMetadata currentXML)
          Saves a new weaving model (passed by in).