blob: cce16277330f41f1a3a3fdddc1d3386578d53d0c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package classescs.impl;
import classescs.ClassescsPackage;
import classescs.PathElementCS;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Path Element CS</b></em>'.
* <!-- end-user-doc -->
* <p>
*
* @generated
*/
public class PathElementCSImpl extends NamedElementCSImpl implements PathElementCS {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected PathElementCSImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ClassescsPackage.Literals.PATH_ELEMENT_CS;
}
} //PathElementCSImpl