Uses of Class
org.eclipse.emf.emfstore.internal.common.model.util.SettingWithReferencedElement

Packages that use SettingWithReferencedElement
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.common.model.util   
 

Uses of SettingWithReferencedElement in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return types with arguments of type SettingWithReferencedElement
 List<SettingWithReferencedElement> RemovedElementsCache.getRemovedRootElementToReferenceSetting(org.eclipse.emf.ecore.EObject modelElement)
          Returns the saved settings of the specified model element.
 

Method parameters in org.eclipse.emf.emfstore.internal.client.model.impl with type arguments of type SettingWithReferencedElement
 void RemovedElementsCache.addRemovedElement(org.eclipse.emf.ecore.EObject rootElement, Set<org.eclipse.emf.ecore.EObject> allModelElements, List<SettingWithReferencedElement> crossReferences)
          Adds a new deleted element to the cache.
 

Uses of SettingWithReferencedElement in org.eclipse.emf.emfstore.internal.common.model.util
 

Methods in org.eclipse.emf.emfstore.internal.common.model.util that return types with arguments of type SettingWithReferencedElement
static List<SettingWithReferencedElement> ModelUtil.collectOutgoingCrossReferences(IdEObjectCollection collection, Set<org.eclipse.emf.ecore.EObject> modelElements)
          Retrieve all outgoing connections from the model elements to other elements in the collection.
 



Copyright © 2015. All Rights Reserved.