/******************************************************************************* * Copyright (c) 2012 jnect.org. * 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: * ${user} - initial API and implementation *******************************************************************************/ package org.jnect.bodymodel.impl; import org.eclipse.emf.ecore.EClass; import org.jnect.bodymodel.BodymodelPackage; import org.jnect.bodymodel.RightElbow; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Right Elbow</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class RightElbowImpl extends PositionedElementImpl implements RightElbow { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected RightElbowImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return BodymodelPackage.Literals.RIGHT_ELBOW; } } //RightElbowImpl