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

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

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

Fields in org.eclipse.emf.compare.diff.metamodel declared as DiffPackage
static DiffPackage DiffPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.compare.diff.metamodel that return DiffPackage
 DiffPackage DiffFactory.getDiffPackage()
          Returns the package supported by this factory
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement DiffPackage
 class DiffPackageImpl
          An implementation of the model Package.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return DiffPackage
 DiffPackage DiffFactoryImpl.getDiffPackage()
           
static DiffPackage DiffFactoryImpl.getPackage()
          Deprecated.  
static DiffPackage DiffPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

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

Fields in org.eclipse.emf.compare.diff.metamodel.util declared as DiffPackage
protected static DiffPackage DiffSwitch.modelPackage
          The cached model package
protected static DiffPackage DiffAdapterFactory.modelPackage
          The cached model package
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.