blob: 01c40df2a4c955c52144003df623c7e1f2680166 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 ALL4TEC & 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:
* ALL4TEC & CEA LIST - initial API and implementation
******************************************************************************/
package org.polarsys.esf.esfsafetyconcepts.sdysfuctions.impl;
import org.eclipse.emf.ecore.EClass;
import org.polarsys.esf.esfcore.impl.AbstractSSafetyConcept;
import org.polarsys.esf.esfsafetyconcepts.sdysfuctions.IAbstractSDysfunctionObject;
import org.polarsys.esf.esfsafetyconcepts.sdysfuctions.ISDysfunctionsPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Abstract SDysfunction Object</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class AbstractSDysfunctionObject
extends AbstractSSafetyConcept
implements IAbstractSDysfunctionObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
protected AbstractSDysfunctionObject() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return ISDysfunctionsPackage.Literals.ABSTRACT_SDYSFUNCTION_OBJECT;
}
} // AbstractSDysfunctionObject