/******************************************************************************* * Copyright (c) 2010 Herman Lee. * 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: * Herman Lee - initial API and implementation ******************************************************************************/ package ca.uwaterloo.gsd.fsml.implModel.impl; import org.eclipse.emf.ecore.EClass; import ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage; import ca.uwaterloo.gsd.fsml.implModel.variant_extendsClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>variant extends Class</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public abstract class variant_extendsClassImpl extends VariantImpl implements variant_extendsClass { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected variant_extendsClassImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ImplModelPackage.Literals.VARIANT_EXTENDS_CLASS; } } //variant_extendsClassImpl