/** * <copyright> * </copyright> * */ package org.eclipse.etrice.core.room; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Initial Transition</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.etrice.core.room.RoomPackage#getInitialTransition() * @model * @generated */ public interface InitialTransition extends Transition { } // InitialTransition