/******************************************************************************* * 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_typedWith_Directly; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>variant typed With Directly</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class variant_typedWith_DirectlyImpl extends variant_typedWithImpl implements variant_typedWith_Directly { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected variant_typedWith_DirectlyImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ImplModelPackage.Literals.VARIANT_TYPED_WITH_DIRECTLY; } } //variant_typedWith_DirectlyImpl