blob: fe93da494fd6f3c1adde39538a7d625ecafde299 [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ALL4TEC & CEA LIST - initial API and implementation
*/
package org.polarsys.esf.esffmea;
import org.eclipse.emf.common.util.EList;
import org.polarsys.esf.esfcore.IAbstractSSafetyAnalysis;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>SFMEA</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.polarsys.esf.esffmea.ISFMEA#getBase_Package <em>Base Package</em>}</li>
* <li>{@link org.polarsys.esf.esffmea.ISFMEA#getSBlocksFMEAList <em>SBlocks FMEA List</em>}</li>
* </ul>
*
* @see org.polarsys.esf.esffmea.IESFFMEAPackage#getSFMEA()
* @model
* @generated
*/
public interface ISFMEA extends IAbstractSSafetyAnalysis {
/**
* Returns the value of the '<em><b>Base Package</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Package</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Package</em>' reference.
* @see #setBase_Package(org.eclipse.uml2.uml.Package)
* @see org.polarsys.esf.esffmea.IESFFMEAPackage#getSFMEA_Base_Package()
* @model required="true" ordered="false"
* @generated
*/
org.eclipse.uml2.uml.Package getBase_Package();
/**
* Sets the value of the '{@link org.polarsys.esf.esffmea.ISFMEA#getBase_Package <em>Base Package</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Package</em>' reference.
* @see #getBase_Package()
* @generated
*/
void setBase_Package(org.eclipse.uml2.uml.Package value);
/**
* Returns the value of the '<em><b>SBlocks FMEA List</b></em>' reference list.
* The list contents are of type {@link org.polarsys.esf.esffmea.ISBlockFMEA}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>SBlocks FMEA List</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>SBlocks FMEA List</em>' reference list.
* @see org.polarsys.esf.esffmea.IESFFMEAPackage#getSFMEA_SBlocksFMEAList()
* @model transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<ISBlockFMEA> getSBlocksFMEAList();
} // ISFMEA