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

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

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

Methods in org.eclipse.m2m.atl.profiler.exportmodel that return ProfilingOperationExport
 ProfilingOperationExport ExportmodelFactory.createProfilingOperationExport()
          Returns a new object of class 'Profiling Operation Export'
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel that return types with arguments of type ProfilingOperationExport
 org.eclipse.emf.common.util.EList<ProfilingOperationExport> AtlOperationExport.getProfilingOperation()
          Returns the value of the 'Profiling Operation' containment reference list.
 

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

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

Fields in org.eclipse.m2m.atl.profiler.exportmodel.impl with type parameters of type ProfilingOperationExport
protected  org.eclipse.emf.common.util.EList<ProfilingOperationExport> AtlOperationExportImpl.profilingOperation
          The cached value of the 'Profiling Operation' containment reference list
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.impl that return ProfilingOperationExport
 ProfilingOperationExport ExportmodelFactoryImpl.createProfilingOperationExport()
           
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.impl that return types with arguments of type ProfilingOperationExport
 org.eclipse.emf.common.util.EList<ProfilingOperationExport> AtlOperationExportImpl.getProfilingOperation()
           
 

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.