blob: 4645ec163f68281aa7c52b94c4bf5ab2d7f36135 [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*
*****************************************************************************/
package org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation.impl;
import org.eclipse.emf.ecore.EClass;
import org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation.FI4FASpecification;
import org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation.FailurePropagationPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>FI4FA Specification</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class FI4FASpecificationImpl extends FPTCSpecificationImpl implements FI4FASpecification {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FI4FASpecificationImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return FailurePropagationPackage.Literals.FI4FA_SPECIFICATION;
}
} //FI4FASpecificationImpl