Uses of Interface
org.eclipse.m2m.atl.profiler.model.ProfilingModel

Packages that use ProfilingModel
org.eclipse.m2m.atl.profiler.core   
org.eclipse.m2m.atl.profiler.model   
org.eclipse.m2m.atl.profiler.model.impl   
org.eclipse.m2m.atl.profiler.model.util   
 

Uses of ProfilingModel in org.eclipse.m2m.atl.profiler.core
 

Methods in org.eclipse.m2m.atl.profiler.core that return ProfilingModel
 ProfilingModel ProfilerModelHandler.getProfilingModel()
           
 

Methods in org.eclipse.m2m.atl.profiler.core with parameters of type ProfilingModel
 void ProfilerModelHandler.setProfilingModel(ProfilingModel profilingModel)
           
 

Uses of ProfilingModel in org.eclipse.m2m.atl.profiler.model
 

Methods in org.eclipse.m2m.atl.profiler.model that return ProfilingModel
 ProfilingModel ModelFactory.createProfilingModel()
          Returns a new object of class 'Profiling Model'
 

Uses of ProfilingModel in org.eclipse.m2m.atl.profiler.model.impl
 

Classes in org.eclipse.m2m.atl.profiler.model.impl that implement ProfilingModel
 class ProfilingModelImpl
          An implementation of the model object 'Profiling Model'
 

Methods in org.eclipse.m2m.atl.profiler.model.impl that return ProfilingModel
 ProfilingModel ModelFactoryImpl.createProfilingModel()
           
 

Uses of ProfilingModel in org.eclipse.m2m.atl.profiler.model.util
 

Methods in org.eclipse.m2m.atl.profiler.model.util with parameters of type ProfilingModel
 T ModelSwitch.caseProfilingModel(ProfilingModel object)
          Returns the result of interpreting the object as an instance of 'Profiling Model'
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.