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

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

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

Methods in org.eclipse.m2m.atl.profiler.model that return Context
 Context ModelFactory.createContext()
          Returns a new object of class 'Context'
 

Methods in org.eclipse.m2m.atl.profiler.model that return types with arguments of type Context
 org.eclipse.emf.common.util.EList<Context> ProfilingOperation.getContext()
          Returns the value of the 'Context' containment reference list.
 

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

Classes in org.eclipse.m2m.atl.profiler.model.impl that implement Context
 class ContextImpl
          An implementation of the model object 'Context'
 

Fields in org.eclipse.m2m.atl.profiler.model.impl with type parameters of type Context
protected  org.eclipse.emf.common.util.EList<Context> ProfilingOperationImpl.context
          The cached value of the 'Context' containment reference list
 

Methods in org.eclipse.m2m.atl.profiler.model.impl that return Context
 Context ModelFactoryImpl.createContext()
           
 

Methods in org.eclipse.m2m.atl.profiler.model.impl that return types with arguments of type Context
 org.eclipse.emf.common.util.EList<Context> ProfilingOperationImpl.getContext()
           
 

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.