Uses of Interface
org.eclipse.emf.compare.match.metamodel.MatchFactory

Packages that use MatchFactory
org.eclipse.emf.compare.match.metamodel   
org.eclipse.emf.compare.match.metamodel.impl   
 

Uses of MatchFactory in org.eclipse.emf.compare.match.metamodel
 

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

Methods in org.eclipse.emf.compare.match.metamodel that return MatchFactory
 MatchFactory MatchPackage.getMatchFactory()
          Returns the factory that creates the instances of the model.
 

Uses of MatchFactory in org.eclipse.emf.compare.match.metamodel.impl
 

Classes in org.eclipse.emf.compare.match.metamodel.impl that implement MatchFactory
 class MatchFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return MatchFactory
 MatchFactory MatchPackageImpl.getMatchFactory()
           
static MatchFactory MatchFactoryImpl.init()
          Creates the default factory implementation
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.