blob: c5e2e90c27b921daabfe541991de84a211a538ac [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Fundación Tecnalia Research & Innovation.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Huascar Espinoza - initial API and implementation
* Alejandra Ruíz - initial API and implementation
* Idoya Del Río - initial API and implementation
* Mari Carmen Palacios - initial API and implementation
* Angel López - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.opencert.apm.baseline.baseline.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.opencert.apm.baseline.baseline.BaseRecommendationLevel;
import org.eclipse.opencert.apm.baseline.baseline.BaselinePackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Base Recommendation Level</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class BaseRecommendationLevelImpl extends BaseApplicabilityLevelImpl implements BaseRecommendationLevel {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected BaseRecommendationLevelImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return BaselinePackage.Literals.BASE_RECOMMENDATION_LEVEL;
}
} //BaseRecommendationLevelImpl