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

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

Uses of ExportRoot in org.eclipse.m2m.atl.profiler.core.util
 

Methods in org.eclipse.m2m.atl.profiler.core.util that return ExportRoot
static ExportRoot ProfilerModelExporter.exportCurrentProfilingModel()
          Exports the profiling model.
 

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

Methods in org.eclipse.m2m.atl.profiler.exportmodel that return ExportRoot
 ExportRoot ExportmodelFactory.createExportRoot()
          Returns a new object of class 'Export Root'
 

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

Classes in org.eclipse.m2m.atl.profiler.exportmodel.impl that implement ExportRoot
 class ExportRootImpl
          An implementation of the model object 'Export Root'
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.impl that return ExportRoot
 ExportRoot ExportmodelFactoryImpl.createExportRoot()
           
 

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.