Uses of Interface
org.eclipse.gmf.mappings.MappingEntry

Packages that use MappingEntry
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.presentation   
org.eclipse.gmf.mappings.util   
 

Uses of MappingEntry in org.eclipse.gmf.mappings
 

Subinterfaces of MappingEntry in org.eclipse.gmf.mappings
 interface LinkMapping
          A representation of the model object 'Link Mapping'.
 interface NodeMapping
          A representation of the model object 'Node Mapping'.
 

Methods in org.eclipse.gmf.mappings that return MappingEntry
 MappingEntry DiagramElementTarget.getElement()
          Returns the value of the 'Element' reference.
 MappingEntry LabelMapping.getMapEntry()
          Returns the value of the 'Map Entry' container reference.
 MappingEntry ElementInitializer.getMappingEntry()
          Returns the value of the 'Mapping Entry' reference.
 MappingEntry VisualEffectMapping.getParentMapEntry()
          Returns the value of the 'Parent Map Entry' container reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type MappingEntry
 void DiagramElementTarget.setElement(MappingEntry value)
          Sets the value of the 'Element' reference.
 

Uses of MappingEntry in org.eclipse.gmf.mappings.impl
 

Classes in org.eclipse.gmf.mappings.impl that implement MappingEntry
 class LinkMappingImpl
          An implementation of the model object 'Link Mapping'.
 class MappingEntryImpl
          An implementation of the model object 'Entry'.
 class NodeMappingImpl
          An implementation of the model object 'Node Mapping'.
 

Fields in org.eclipse.gmf.mappings.impl declared as MappingEntry
protected  MappingEntry DiagramElementTargetImpl.element
          The cached value of the 'Element' reference.
 

Methods in org.eclipse.gmf.mappings.impl that return MappingEntry
 MappingEntry DiagramElementTargetImpl.basicGetElement()
           
 MappingEntry FeatureSeqInitializerImpl.basicGetMappingEntry()
           
 MappingEntry DiagramElementTargetImpl.getElement()
           
 MappingEntry LabelMappingImpl.getMapEntry()
           
 MappingEntry FeatureSeqInitializerImpl.getMappingEntry()
           
 MappingEntry VisualEffectMappingImpl.getParentMapEntry()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type MappingEntry
 void DiagramElementTargetImpl.setElement(MappingEntry newElement)
           
 

Uses of MappingEntry in org.eclipse.gmf.mappings.presentation
 

Methods in org.eclipse.gmf.mappings.presentation with parameters of type MappingEntry
static List<org.eclipse.emf.ecore.EStructuralFeature> FilterUtil.filterByContainerMetaclass(Collection<org.eclipse.emf.ecore.EStructuralFeature> eReferences, MappingEntry mappingEntry)
           
static List<org.eclipse.emf.ecore.EClass> FilterUtil.filterByContainmentFeature(Collection<org.eclipse.emf.ecore.EClass> eClasses, MappingEntry mappingEntry)
           
 

Uses of MappingEntry in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type MappingEntry
 T GMFMapSwitch.caseMappingEntry(MappingEntry object)
          Returns the result of interpreting the object as an instance of 'Mapping Entry'.
 



Copyright © 2012. All Rights Reserved.