blob: dded72e565c6b5394c645ac2582c8196f3a7db2d [file] [log] [blame]
/**
* Copyright (c) 2014 Fraunhofer FOKUS
* 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:
* Max Bureck
* Marc-Florian Wendland
*/
package org.eclipse.upr.depl.components.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.upr.depl.components.ComponentsPackage;
import org.eclipse.upr.depl.components.MonolithicImplementation;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Monolithic Implementation</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class MonolithicImplementationImpl extends ComponentImplementationImpl implements MonolithicImplementation {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MonolithicImplementationImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ComponentsPackage.Literals.MONOLITHIC_IMPLEMENTATION;
}
} //MonolithicImplementationImpl