Uses of Interface
org.eclipse.emf.compare.diff.metamodel.AttributeChangeLeftTarget

Packages that use AttributeChangeLeftTarget
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
 

Uses of AttributeChangeLeftTarget in org.eclipse.emf.compare.diff.metamodel
 

Subinterfaces of AttributeChangeLeftTarget in org.eclipse.emf.compare.diff.metamodel
 interface RemoteAddAttribute
          A representation of the model object 'Remote Add Attribute'
 interface RemoveAttribute
          A representation of the model object 'Remove Attribute'.
 

Methods in org.eclipse.emf.compare.diff.metamodel that return AttributeChangeLeftTarget
 AttributeChangeLeftTarget DiffFactory.createAttributeChangeLeftTarget()
          Returns a new object of class 'Attribute Change Left Target'
 

Uses of AttributeChangeLeftTarget in org.eclipse.emf.compare.diff.metamodel.impl
 

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement AttributeChangeLeftTarget
 class AttributeChangeLeftTargetImpl
          An implementation of the model object 'Attribute Change Left Target'
 class RemoteAddAttributeImpl
          An implementation of the model object 'Remote Add Attribute'
 class RemoveAttributeImpl
          An implementation of the model object 'Remove Attribute'.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return AttributeChangeLeftTarget
 AttributeChangeLeftTarget DiffFactoryImpl.createAttributeChangeLeftTarget()
           
 

Uses of AttributeChangeLeftTarget in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type AttributeChangeLeftTarget
 T DiffSwitch.caseAttributeChangeLeftTarget(AttributeChangeLeftTarget object)
          Returns the result of interpreting the object as an instance of 'Attribute Change Left Target'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.