blob: e4eca8da0a2eb339373af0da590d005d86cdea14 [file] [log] [blame]
/**
* Copyright (c) 2017 CEA LIST and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Maged Elaasar - Initial API and implementation
*/
package org.eclipse.papyrus.infra.core.architecture.cdo;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.infra.core.architecture.ArchitectureFramework;
import org.eclipse.papyrus.infra.core.architecture.ArchitecturePackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Framework</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class ArchitectureFrameworkImpl extends ArchitectureContextImpl implements ArchitectureFramework {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ArchitectureFrameworkImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ArchitecturePackage.Literals.ARCHITECTURE_FRAMEWORK;
}
} //ArchitectureFrameworkImpl