blob: 8f6c5c987eacdc257c64cbb70be46cfebb86f223 [file] [log] [blame]
/**
* Copyright (c) 2016, 2018 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
*/
package org.eclipse.qvtd.umlx.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.qvtd.umlx.RelNode;
import org.eclipse.qvtd.umlx.UMLXPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Rel Node2</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class RelNodeImpl extends UMLXElementImpl implements RelNode {
/**
* The number of structural features of the '<em>Rel Node</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
public static final int REL_NODE_FEATURE_COUNT = UMLXElementImpl.UMLX_ELEMENT_FEATURE_COUNT + 0;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected RelNodeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return UMLXPackage.Literals.REL_NODE;
}
} //RelNode2Impl