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

Packages that use ExportElement
org.eclipse.m2m.atl.profiler.exportmodel   
org.eclipse.m2m.atl.profiler.exportmodel.impl   
org.eclipse.m2m.atl.profiler.exportmodel.util   
 

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

Subinterfaces of ExportElement in org.eclipse.m2m.atl.profiler.exportmodel
 interface AtlOperationExport
          A representation of the model object 'Atl Operation Export'
 interface ProfilingOperationExport
          A representation of the model object 'Profiling Operation Export'
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel that return ExportElement
 ExportElement ExportmodelFactory.createExportElement()
          Returns a new object of class 'Export Element'
 

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

Classes in org.eclipse.m2m.atl.profiler.exportmodel.impl that implement ExportElement
 class AtlOperationExportImpl
          An implementation of the model object 'Atl Operation Export'
 class ExportElementImpl
          An implementation of the model object 'Export Element'
 class ProfilingOperationExportImpl
          An implementation of the model object 'Profiling Operation Export'
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.impl that return ExportElement
 ExportElement ExportmodelFactoryImpl.createExportElement()
           
 

Uses of ExportElement in org.eclipse.m2m.atl.profiler.exportmodel.util
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.util with parameters of type ExportElement
 T ExportmodelSwitch.caseExportElement(ExportElement object)
          Returns the result of interpreting the object as an instance of 'Export Element'
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.