/******************************************************************************* * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., 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: * IBM - Initial API and implementation * Zeligsoft - Bug 243976, 207365 *******************************************************************************/ package org.eclipse.ocl.cst.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.ocl.cst.CSTPackage; import org.eclipse.ocl.cst.IsMarkedPreCS; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Is Marked Pre CS</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class IsMarkedPreCSImpl extends CSTNodeImpl implements IsMarkedPreCS { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected IsMarkedPreCSImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return CSTPackage.Literals.IS_MARKED_PRE_CS; } } //IsMarkedPreCSImpl