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

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

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

Methods in org.eclipse.m2m.atl.profiler.model that return ExecutionError
 ExecutionError ModelFactory.createExecutionError()
          Returns a new object of class 'Execution Error'
 

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

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

Classes in org.eclipse.m2m.atl.profiler.model.impl that implement ExecutionError
 class ExecutionErrorImpl
          An implementation of the model object 'Execution Error'
 

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

Methods in org.eclipse.m2m.atl.profiler.model.impl that return ExecutionError
 ExecutionError ModelFactoryImpl.createExecutionError()
           
 

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

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

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.