blob: 1dd7bfb1f627a94dd699b74f4f5ee88c6231941b [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 example1.source.impl;
import org.eclipse.emf.ecore.EClass;
import example1.source.SourcePackage;
import example1.source.Y1;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Y1</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class Y1Impl extends YImpl implements Y1 {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected Y1Impl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return SourcePackage.Literals.Y1;
}
} //Y1Impl