Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ceff7307797ad6e52e947cd2df9bedf7cf239e4e (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
25
26
27
/**
 */
package org.eclipse.etrice.core.room;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Transition Chain Start Transition</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * <br>The super class of
 * <ul>
 *   <li>{@link TriggeredTransition}</li>
 *   <li>{@link GuardedTransition}</li>
 * </ul>
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see org.eclipse.etrice.core.room.RoomPackage#getTransitionChainStartTransition()
 * @model
 * @generated
 */
public interface TransitionChainStartTransition extends NonInitialTransition
{
} // TransitionChainStartTransition

Back to the top