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


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Exit Point</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.etrice.core.room.RoomPackage#getExitPoint()
 * @model
 * @generated
 */
public interface ExitPoint extends TrPoint
{
} // ExitPoint

Back to the top