blob: ea47dcf85a2596242869b46fbfa229128d5ddf08 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2013, 2014 CEA LIST.
*
* 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:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
package org.eclipse.papyrus.interoperability.rsa.umlnotation.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.interoperability.rsa.umlnotation.PapyrusUMLNotationPackage;
import org.eclipse.papyrus.interoperability.rsa.umlnotation.UMLFrame;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>UML Frame</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class UMLFrameImpl extends UMLShapeImpl implements UMLFrame {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
protected UMLFrameImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return PapyrusUMLNotationPackage.Literals.UML_FRAME;
}
} // UMLFrameImpl