/*******************************************************************************
* 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_callsReceived;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>variant calls Received</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public abstract class variant_callsReceivedImpl extends VariantImpl implements variant_callsReceived {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected variant_callsReceivedImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ImplModelPackage.Literals.VARIANT_CALLS_RECEIVED;
}
} //variant_callsReceivedImpl