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

Packages that use WeaverModelManager
org.eclipse.gmt.weaver.core   
org.eclipse.gmt.weaver.editors   
org.eclipse.gmt.weaver.editors.interfaces   
org.eclipse.gmt.weaver.extension.init   
org.eclipse.gmt.weaver.extension.panel   
org.eclipse.gmt.weaver.extension.panel.dnd   
org.eclipse.gmt.weaver.plugin.util   
org.eclipse.gmt.weaver.transformation   
org.eclipse.gmt.weaver.transformation.util   
 

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

Fields in org.eclipse.gmt.weaver.core declared as WeaverModelManager
protected  WeaverModelManager WeaverExtensionManager.modelManager
           
 

Methods in org.eclipse.gmt.weaver.core that return WeaverModelManager
 WeaverModelManager WeaverModelHelper.getManager()
           
 

Methods in org.eclipse.gmt.weaver.core with parameters of type WeaverModelManager
 void WeaverModelHelper.setManager(WeaverModelManager manager)
           
 

Constructors in org.eclipse.gmt.weaver.core with parameters of type WeaverModelManager
WeaverExtensionManager(WeaverModelManager manager)
          Create a new WeaverExtensions
WeaverModelHelper(WeaverModelManager manager)
           
 

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

Methods in org.eclipse.gmt.weaver.editors that return WeaverModelManager
 WeaverModelManager GlobalWeaverEditor.getModelManager()
          Returns the model manager
 

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

Methods in org.eclipse.gmt.weaver.editors.interfaces with parameters of type WeaverModelManager
 void IWovenModelPanel.initializeModelManager(WeaverModelManager manager)
          Sets reference to the model manager
 void IWeaverInitializer.initWeaverMetamodel(WeaverModelManager manager, org.eclipse.emf.edit.domain.EditingDomain editingDomain, java.lang.String wModelName, java.util.List wModelRefClassNames, java.util.List wReferenceNames, java.util.List wModelRef_name, java.util.List wModelRef_ref, boolean isNew)
          Initializes resource with modelrefs
 

Uses of WeaverModelManager in org.eclipse.gmt.weaver.extension.init
 

Methods in org.eclipse.gmt.weaver.extension.init that return WeaverModelManager
 WeaverModelManager WeaverInitialize.getModelManager()
           
 

Methods in org.eclipse.gmt.weaver.extension.init with parameters of type WeaverModelManager
 void WeaverInitialize.initWeaverMetamodel(WeaverModelManager manager, org.eclipse.emf.edit.domain.EditingDomain editingDomain, java.lang.String wModelName, java.util.List wModelRefClassNames, java.util.List wReferenceNames, java.util.List wModelRef_name, java.util.List wModelRef_ref, boolean isNew)
           
 void WeaverInitialize.setModelManager(WeaverModelManager modelManager)
           
 

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

Methods in org.eclipse.gmt.weaver.extension.panel with parameters of type WeaverModelManager
 void MergeWovenModelPanel.initializeModelManager(WeaverModelManager manager)
           
 void DefaultWovenModelPanel.initializeModelManager(WeaverModelManager manager)
           
 

Uses of WeaverModelManager in org.eclipse.gmt.weaver.extension.panel.dnd
 

Methods in org.eclipse.gmt.weaver.extension.panel.dnd with parameters of type WeaverModelManager
 void WovenPanelDndManager.setWManager(WeaverModelManager manager)
          Sets the weaving model manager
 

Uses of WeaverModelManager in org.eclipse.gmt.weaver.plugin.util
 

Methods in org.eclipse.gmt.weaver.plugin.util with parameters of type WeaverModelManager
static org.eclipse.emf.ecore.EObject WeaverInterfaceUtil.createGetWElementRef(org.eclipse.emf.ecore.EObject sourceObj, WeaverModelManager manager, org.eclipse.emf.edit.domain.EditingDomain editingDomain)
          gets (or create) a new WelementRef and generates and ID for it
static org.eclipse.emf.ecore.EObject WeaverInterfaceUtil.getWModelRef(java.lang.String uri, WeaverModelManager manager)
          returns the WModelRef that points to the resource passed in the URI
static void WeaverInterfaceUtil.setAssociatedWLink(org.eclipse.emf.ecore.EObject wLink, org.eclipse.emf.ecore.EObject wAssociationEnd, WeaverModelManager mngr, org.eclipse.emf.edit.domain.EditingDomain domain)
          sets a new associated WLink for the specified WAssociationEnd
static void WeaverInterfaceUtil.setLinkEndValueProperty(org.eclipse.emf.ecore.EObject aSource, org.eclipse.emf.ecore.EObject target, WeaverModelManager manager, org.eclipse.emf.edit.domain.EditingDomain editingDomain)
          sets the element property of the WLinkEnd object associated with the current action
static void WeaverInterfaceUtil.setNewAssociationEnd(org.eclipse.emf.ecore.EObject wLink, org.eclipse.emf.ecore.EObject wAssociation, java.lang.String associationEndTypeDescr, java.lang.String referenceName, WeaverModelManager modelManager, org.eclipse.emf.edit.domain.EditingDomain editingDomain)
          creates a new WAssociationEnd for the given association and associates the WLink passed as parameter
static java.lang.Object WeaverInterfaceUtil.setNewWLink(org.eclipse.emf.ecore.EObject parent, WeaverModelManager manager, org.eclipse.emf.edit.domain.EditingDomain editingDomain)
          creates a new WLink for the selected parent element
static java.lang.Object WeaverInterfaceUtil.setNewWLinkEnd(org.eclipse.emf.ecore.EObject aSource, org.eclipse.emf.ecore.EObject target, java.lang.String linkEndTypeDescr, java.lang.String referenceName, WeaverModelManager manager, org.eclipse.emf.edit.domain.EditingDomain editingDomain)
          creates a new WLinkEnd for the selected WLink element
 

Uses of WeaverModelManager in org.eclipse.gmt.weaver.transformation
 

Constructors in org.eclipse.gmt.weaver.transformation with parameters of type WeaverModelManager
TransformationExtensionManager(WeaverModelManager manager)
          Create a new WeaverExtensions
 

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

Methods in org.eclipse.gmt.weaver.transformation.util with parameters of type WeaverModelManager
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).
static org.eclipse.m2m.atl.core.launch.ILauncher TransformationUtil.setModelsMap(org.eclipse.m2m.atl.core.IModel inModel, WeaverModelManager wManager, boolean isMatching, boolean hasMatchConfig, org.eclipse.m2m.atl.core.IModel cModel, org.eclipse.m2m.atl.core.IModel cMetamodel)
          this method is also used by the global weaver editor.