blob: 9ccbddd182f7e70df621e53056b78377d6758d85 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2015 CEA LIST and others.
* 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:
* E.D.Willink(CEA LIST) - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.codegen.cgmodel.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage;
import org.eclipse.ocl.examples.codegen.cgmodel.CGOppositePropertyCallExp;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>CG Opposite Property Call Exp</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class CGOppositePropertyCallExpImpl extends CGNavigationCallExpImpl implements CGOppositePropertyCallExp {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected CGOppositePropertyCallExpImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return CGModelPackage.Literals.CG_OPPOSITE_PROPERTY_CALL_EXP;
}
} //CGOppositePropertyCallExpImpl