blob: 570bb934a80a44cc18203d17e716612c8ec4f471 [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.esflocalanalysis;
import org.eclipse.uml2.uml.Property;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>SUntimely Failure Mode</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.polarsys.esf.esflocalanalysis.ISUntimelyFailureMode#getBase_Property <em>Base Property</em>}</li>
* </ul>
*
* @see org.polarsys.esf.esflocalanalysis.IESFLocalAnalysisPackage#getSUntimelyFailureMode()
* @model
* @generated
*/
public interface ISUntimelyFailureMode
extends IAbstractSFailureModeLAnalysis {
/**
* Returns the value of the '<em><b>Base Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Property</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 Property</em>' reference.
* @see #setBase_Property(Property)
* @see org.polarsys.esf.esflocalanalysis.IESFLocalAnalysisPackage#getSUntimelyFailureMode_Base_Property()
* @model required="true" ordered="false"
* @generated
*/
Property getBase_Property();
/**
* Sets the value of the '{@link org.polarsys.esf.esflocalanalysis.ISUntimelyFailureMode#getBase_Property <em>Base
* Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>Base Property</em>' reference.
* @see #getBase_Property()
* @generated
*/
void setBase_Property(Property value);
} // ISUntimelyFailureMode