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

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

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

Methods in org.eclipse.m2m.atl.profiler.core that return types with arguments of type ATLOperation
 java.util.Map<java.lang.String,ATLOperation> ProfilerModelHandler.getOperationRegistry()
           
 

Methods in org.eclipse.m2m.atl.profiler.core with parameters of type ATLOperation
 void ProfilerModelHandler.newOperation(java.lang.String sfOpName, IStackFrame frame, ATLOperation atlOperation, org.eclipse.emf.ecore.EObject atlElement)
          Create new operation node or start with the root model.
 

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

Methods in org.eclipse.m2m.atl.profiler.core.util with parameters of type ATLOperation
static long ProfilingModelUtils.getMaxMaxMemoryUsage(ATLOperation atlOp)
          Returns the max max memory usage.
static long ProfilingModelUtils.getMaxOutMemoryUsage(ATLOperation atlOp)
          Returns the max out memory usage.
static long ProfilingModelUtils.getMinInMemoryUsage(ATLOperation atlOp)
          Returns the min in memory usage.
static int ProfilingModelUtils.getTotalInstruction(ATLOperation op)
          Returns the total instructions.
 

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

Methods in org.eclipse.m2m.atl.profiler.model that return ATLOperation
 ATLOperation ModelFactory.createATLOperation()
          Returns a new object of class 'ATL Operation'
 

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

Classes in org.eclipse.m2m.atl.profiler.model.impl that implement ATLOperation
 class ATLOperationImpl
          An implementation of the model object 'ATL Operation'
 

Methods in org.eclipse.m2m.atl.profiler.model.impl that return ATLOperation
 ATLOperation ModelFactoryImpl.createATLOperation()
           
 

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.