Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ea9b243cc9b01efe91b92973a65a86a40c5c3955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 */
package org.eclipse.etrice.core.room;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Out Semantics Rule</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * <br>A {@link SemanticsRule} for outgoing messages.
 * The rule points to an outgoing messages and allows follow-up rules.
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see org.eclipse.etrice.core.room.RoomPackage#getOutSemanticsRule()
 * @model
 * @generated
 */
public interface OutSemanticsRule extends SemanticsRule
{
} // OutSemanticsRule

Back to the top