blob: 4cb303e3ededa8c46e43360cc618dd3174551b61 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Receive Any Event</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.efm.formalml.ReceiveAnyEvent#getBaseAnyReceiveEvent <em>Base Any Receive Event</em>}</li>
* </ul>
*
* @see org.eclipse.efm.formalml.formalmlPackage#getReceiveAnyEvent()
* @model
* @generated
*/
public interface ReceiveAnyEvent 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#getReceiveAnyEvent_BaseAnyReceiveEvent()
* @model required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='base_AnyReceiveEvent'"
* annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='extension_ReceiveAnyEvent'"
* @generated
*/
AnyReceiveEvent getBaseAnyReceiveEvent();
/**
* Sets the value of the '{@link org.eclipse.efm.formalml.ReceiveAnyEvent#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);
} // ReceiveAnyEvent