blob: 11b7c67959b11609877d7965dfea07baac3937e8 [file] [log] [blame]
/**
* Copyright (c) 2016 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
*
*/
package org.eclipse.efm.formalml;
import org.eclipse.uml2.uml.AnyReceiveEvent;
import org.eclipse.uml2.uml.SignalEvent;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Receive Signal Event</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.efm.formalml.ReceiveSignalEvent#getBaseAnyReceiveEvent <em>Base Any Receive Event</em>}</li>
* <li>{@link org.eclipse.efm.formalml.ReceiveSignalEvent#getBaseSignalEvent <em>Base Signal Event</em>}</li>
* </ul>
*
* @see org.eclipse.efm.formalml.formalmlPackage#getReceiveSignalEvent()
* @model
* @generated
*/
public interface ReceiveSignalEvent extends ReceiveEvent {
/**
* Returns the value of the '<em><b>Base Any Receive Event</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Any Receive Event</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 Any Receive Event</em>' reference.
* @see #setBaseAnyReceiveEvent(AnyReceiveEvent)
* @see org.eclipse.efm.formalml.formalmlPackage#getReceiveSignalEvent_BaseAnyReceiveEvent()
* @model required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='base_AnyReceiveEvent'"
* @generated
*/
AnyReceiveEvent getBaseAnyReceiveEvent();
/**
* Sets the value of the '{@link org.eclipse.efm.formalml.ReceiveSignalEvent#getBaseAnyReceiveEvent <em>Base Any Receive Event</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Any Receive Event</em>' reference.
* @see #getBaseAnyReceiveEvent()
* @generated
*/
void setBaseAnyReceiveEvent(AnyReceiveEvent value);
/**
* Returns the value of the '<em><b>Base Signal Event</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Signal Event</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 Signal Event</em>' reference.
* @see #setBaseSignalEvent(SignalEvent)
* @see org.eclipse.efm.formalml.formalmlPackage#getReceiveSignalEvent_BaseSignalEvent()
* @model required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='base_SignalEvent'"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='extension_ReceiveSignalEvent'"
* @generated
*/
SignalEvent getBaseSignalEvent();
/**
* Sets the value of the '{@link org.eclipse.efm.formalml.ReceiveSignalEvent#getBaseSignalEvent <em>Base Signal Event</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Signal Event</em>' reference.
* @see #getBaseSignalEvent()
* @generated
*/
void setBaseSignalEvent(SignalEvent value);
} // ReceiveSignalEvent