blob: ebce8e724e9d2f2154576e5c50250537108e885a [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 2020 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.xtext.qvtcorecs.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.xtext.basecs.impl.TypedElementCSImpl;
import org.eclipse.qvtd.xtext.qvtcorecs.QVTcoreCSPackage;
import org.eclipse.qvtd.xtext.qvtcorecs.RealizeableVariableCS;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Realizeable Variable CS</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class RealizeableVariableCSImpl extends TypedElementCSImpl implements RealizeableVariableCS {
/**
* The number of structural features of the '<em>Realizeable Variable CS</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
public static final int REALIZEABLE_VARIABLE_CS_FEATURE_COUNT = TypedElementCSImpl.TYPED_ELEMENT_CS_FEATURE_COUNT + 0;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected RealizeableVariableCSImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return QVTcoreCSPackage.Literals.REALIZEABLE_VARIABLE_CS;
}
} //RealizeableVariableCSImpl