blob: dad2365d416856b5dd2ac2c323e8d658be7a4b52 [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.esflocalanalysis;
import org.eclipse.uml2.uml.Property;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>SSystem Event</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.polarsys.esf.esflocalanalysis.ISSystemEvent#getBase_Property <em>Base Property</em>}</li>
* <li>{@link org.polarsys.esf.esflocalanalysis.ISSystemEvent#getType <em>Type</em>}</li>
* </ul>
*
* @see org.polarsys.esf.esflocalanalysis.IESFLocalAnalysisPackage#getSSystemEvent()
* @model
* @generated
*/
public interface ISSystemEvent
extends IAbstractSFailureEventLAnalysis {
/**
* 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#getSSystemEvent_Base_Property()
* @model required="true" ordered="false"
* @generated
*/
Property getBase_Property();
/**
* Sets the value of the '{@link org.polarsys.esf.esflocalanalysis.ISSystemEvent#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);
/**
* Returns the value of the '<em><b>Type</b></em>' reference.
* It is bidirectional and its opposite is
* '{@link org.polarsys.esf.esflocalanalysis.ISSystemEventType#getInstancesList <em>Instances List</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Type</em>' reference.
* @see #setType(ISSystemEventType)
* @see org.polarsys.esf.esflocalanalysis.IESFLocalAnalysisPackage#getSSystemEvent_Type()
* @see org.polarsys.esf.esflocalanalysis.ISSystemEventType#getInstancesList
* @model opposite="instancesList" required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
ISSystemEventType getType();
/**
* Sets the value of the '{@link org.polarsys.esf.esflocalanalysis.ISSystemEvent#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>Type</em>' reference.
* @see #getType()
* @generated
*/
void setType(ISSystemEventType value);
} // ISSystemEvent