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

Packages that use ProfilingInstruction
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 ProfilingInstruction in org.eclipse.m2m.atl.profiler.core.util
 

Method parameters in org.eclipse.m2m.atl.profiler.core.util with type arguments of type ProfilingInstruction
static long ProfilingModelUtils.getTotalMemory(org.eclipse.emf.common.util.EList<ProfilingInstruction> profilingInstructions)
          Returns the total memory.
static double ProfilingModelUtils.getTotalTime(org.eclipse.emf.common.util.EList<ProfilingInstruction> profilingInstructions)
          Returns the total time.
 

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

Subinterfaces of ProfilingInstruction in org.eclipse.m2m.atl.profiler.model
 interface ProfilingModel
          A representation of the model object 'Profiling Model'
 interface ProfilingOperation
          A representation of the model object 'Profiling Operation'
 

Methods in org.eclipse.m2m.atl.profiler.model that return ProfilingInstruction
 ProfilingInstruction ModelFactory.createProfilingInstruction()
          Returns a new object of class 'Profiling Instruction'
 

Methods in org.eclipse.m2m.atl.profiler.model that return types with arguments of type ProfilingInstruction
 org.eclipse.emf.common.util.EList<ProfilingInstruction> ProfilingOperation.getExecutionInstructions()
          Returns the value of the 'Execution Instructions' containment reference list.
 org.eclipse.emf.common.util.EList<ProfilingInstruction> ATLInstruction.getProfilingInstructions()
          Returns the value of the 'Profiling Instructions' reference list.
 

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

Classes in org.eclipse.m2m.atl.profiler.model.impl that implement ProfilingInstruction
 class ProfilingInstructionImpl
          An implementation of the model object 'Profiling Instruction'
 class ProfilingModelImpl
          An implementation of the model object 'Profiling Model'
 class ProfilingOperationImpl
          An implementation of the model object 'Profiling Operation'
 

Fields in org.eclipse.m2m.atl.profiler.model.impl with type parameters of type ProfilingInstruction
protected  org.eclipse.emf.common.util.EList<ProfilingInstruction> ProfilingOperationImpl.executionInstructions
          The cached value of the 'Execution Instructions' containment reference list
protected  org.eclipse.emf.common.util.EList<ProfilingInstruction> ATLInstructionImpl.profilingInstructions
          The cached value of the 'Profiling Instructions' reference list
 

Methods in org.eclipse.m2m.atl.profiler.model.impl that return ProfilingInstruction
 ProfilingInstruction ModelFactoryImpl.createProfilingInstruction()
           
 

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

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.