blob: 4523fcf6139a328fc5d1bb4159dc00369afbd634 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2019 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.qvtd.runtime.qvttrace.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.qvtd.runtime.qvttrace.QVTtracePackage;
import org.eclipse.qvtd.runtime.qvttrace.TransformationExecution;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Transformation Execution</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class TransformationExecutionImpl extends ExecutionImpl implements TransformationExecution {
/**
* The number of structural features of the '<em>Transformation Execution</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
public static final int TRANSFORMATION_EXECUTION_FEATURE_COUNT = ExecutionImpl.EXECUTION_FEATURE_COUNT + 0;
/**
* The number of operations of the '<em>Transformation Execution</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
public static final int TRANSFORMATION_EXECUTION_OPERATION_COUNT = ExecutionImpl.EXECUTION_OPERATION_COUNT + 0;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected TransformationExecutionImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return QVTtracePackage.Literals.TRANSFORMATION_EXECUTION;
}
} //TransformationExecutionImpl