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

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

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

Subinterfaces of ATLInstruction in org.eclipse.m2m.atl.profiler.model
 interface ATLOperation
          A representation of the model object 'ATL Operation'
 

Methods in org.eclipse.m2m.atl.profiler.model that return ATLInstruction
 ATLInstruction ModelFactory.createATLInstruction()
          Returns a new object of class 'ATL Instruction'
 ATLInstruction ProfilingInstruction.getAtlInstruction()
          Returns the value of the 'Atl Instruction' reference
 

Methods in org.eclipse.m2m.atl.profiler.model with parameters of type ATLInstruction
 void ProfilingInstruction.setAtlInstruction(ATLInstruction value)
          Sets the value of the 'Atl Instruction' reference
 

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

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

Fields in org.eclipse.m2m.atl.profiler.model.impl declared as ATLInstruction
protected  ATLInstruction ProfilingInstructionImpl.atlInstruction
          The cached value of the 'Atl Instruction' reference
 

Methods in org.eclipse.m2m.atl.profiler.model.impl that return ATLInstruction
 ATLInstruction ProfilingInstructionImpl.basicGetAtlInstruction()
           
 ATLInstruction ModelFactoryImpl.createATLInstruction()
           
 ATLInstruction ProfilingInstructionImpl.getAtlInstruction()
           
 

Methods in org.eclipse.m2m.atl.profiler.model.impl with parameters of type ATLInstruction
 void ProfilingInstructionImpl.setAtlInstruction(ATLInstruction newAtlInstruction)
           
 

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.