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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return AddAttribute
 AddAttribute DiffFactory.createAddAttribute()
          Returns a new object of class 'Add Attribute'.
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement AddAttribute
 class AddAttributeImpl
          An implementation of the model object 'Add Attribute'.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return AddAttribute
 AddAttribute DiffFactoryImpl.createAddAttribute()
           
 

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

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type AddAttribute
 T DiffSwitch.caseAddAttribute(AddAttribute object)
          Returns the result of interpreting the object as an instance of 'Add Attribute'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.