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


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>State Graph Node</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * <br>The super class of
 * <ul>
 *   <li>{@link State}</li>
 *   <li>{@link ChoicePoint}</li>
 *   <li>{@link TrPoint}</li>
 * </ul>
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see org.eclipse.etrice.core.room.RoomPackage#getStateGraphNode()
 * @model
 * @generated
 */
public interface StateGraphNode extends StateGraphItem
{
} // StateGraphNode

Back to the top