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

Packages that use DiffFactory
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
 

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return DiffFactory
 DiffFactory DiffPackage.getDiffFactory()
          Returns the factory that creates the instances of the model.
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement DiffFactory
 class DiffFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return DiffFactory
 DiffFactory DiffPackageImpl.getDiffFactory()
           
static DiffFactory DiffFactoryImpl.init()
          Creates the default factory implementation
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.