blob: a0bf9df14523bb7167a8a4e6413643a165645587 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011 - 2014 University of Padova, Intecs
*
*
* 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
* http://www.eclipse.org/legal/epl-v20.html
*
*
*****************************************************************************/
package org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes.impl;
import org.eclipse.emf.ecore.EClass;
import org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes.MTTF;
import org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes.StateBasedDataTypesPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>MTTF</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class MTTFImpl extends DependabilityMeasureImpl implements MTTF {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MTTFImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return StateBasedDataTypesPackage.Literals.MTTF;
}
} //MTTFImpl