Uses of Interface
org.eclipse.emf.ecore.change.ChangeFactory

Packages that use ChangeFactory
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
 

Uses of ChangeFactory in org.eclipse.emf.ecore.change
 

Fields in org.eclipse.emf.ecore.change declared as ChangeFactory
static ChangeFactory ChangeFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.ecore.change that return ChangeFactory
 ChangeFactory ChangePackage.getChangeFactory()
          Returns the factory that creates the instances of the model
 

Uses of ChangeFactory in org.eclipse.emf.ecore.change.impl
 

Classes in org.eclipse.emf.ecore.change.impl that implement ChangeFactory
 class ChangeFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.ecore.change.impl that return ChangeFactory
 ChangeFactory ChangePackageImpl.getChangeFactory()
           
static ChangeFactory ChangeFactoryImpl.init()
          Creates the default factory implementation
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.