Uses of Interface
org.eclipse.m2m.atl.profiler.exportmodel.ExportmodelFactory

Packages that use ExportmodelFactory
org.eclipse.m2m.atl.profiler.exportmodel   
org.eclipse.m2m.atl.profiler.exportmodel.impl   
org.eclipse.m2m.atl.profiler.exportmodel.presentation   
 

Uses of ExportmodelFactory in org.eclipse.m2m.atl.profiler.exportmodel
 

Fields in org.eclipse.m2m.atl.profiler.exportmodel declared as ExportmodelFactory
static ExportmodelFactory ExportmodelFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel that return ExportmodelFactory
 ExportmodelFactory ExportmodelPackage.getExportmodelFactory()
          Returns the factory that creates the instances of the model
 

Uses of ExportmodelFactory in org.eclipse.m2m.atl.profiler.exportmodel.impl
 

Classes in org.eclipse.m2m.atl.profiler.exportmodel.impl that implement ExportmodelFactory
 class ExportmodelFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.impl that return ExportmodelFactory
 ExportmodelFactory ExportmodelPackageImpl.getExportmodelFactory()
           
static ExportmodelFactory ExportmodelFactoryImpl.init()
          Creates the default factory implementation
 

Uses of ExportmodelFactory in org.eclipse.m2m.atl.profiler.exportmodel.presentation
 

Fields in org.eclipse.m2m.atl.profiler.exportmodel.presentation declared as ExportmodelFactory
protected  ExportmodelFactory ExportmodelModelWizard.exportmodelFactory
          This caches an instance of the model factory
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.