/** * <copyright> * </copyright> * * $Id$ */ package org.dresdenocl.language.ocl.impl; import org.dresdenocl.language.ocl.OclPackage; import org.dresdenocl.language.ocl.OperationCallWithImlicitSourceExpCS; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Operation Call With Imlicit Source Exp CS</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class OperationCallWithImlicitSourceExpCSImpl extends OperationCallOnSelfExpCSImpl implements OperationCallWithImlicitSourceExpCS { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected OperationCallWithImlicitSourceExpCSImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return OclPackage.Literals.OPERATION_CALL_WITH_IMLICIT_SOURCE_EXP_CS; } } //OperationCallWithImlicitSourceExpCSImpl