/***************************************************************************** * Copyright (c) 2010 CEA LIST. * * * 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: * Sara TUCCI (CEA LIST) sara.tucci@cea.fr - Initial API and implementation * Chokri MRAIDHA (CEA LIST) chokri.mraidha@cea.fr - Initial API and implementation * David SERVAT (CEA LIST) david.servat@cea.fr - Initial API and implementation * *****************************************************************************/ package org.eclipse.papyrus.eastadl.dependability.errormodel.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage; import org.eclipse.papyrus.eastadl.dependability.errormodel.FaultInPort; /** * * An implementation of the model object 'Fault In Port'. * *

*

* * @generated */ public class FaultInPortImpl extends FaultFailurePortImpl implements FaultInPort { /** * * * * @generated */ protected FaultInPortImpl() { super(); } /** * * * * @generated */ @Override protected EClass eStaticClass() { return ErrormodelPackage.Literals.FAULT_IN_PORT; } } // FaultInPortImpl