/** * <copyright> * </copyright> * */ package org.eclipse.etrice.core.room; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>CP Branch Transition</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.etrice.core.room.CPBranchTransition#getCondition <em>Condition</em>}</li> * </ul> * </p> * * @see org.eclipse.etrice.core.room.RoomPackage#getCPBranchTransition() * @model * @generated */ public interface CPBranchTransition extends NonInitialTransition { /** * Returns the value of the '<em><b>Condition</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Condition</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Condition</em>' containment reference. * @see #setCondition(DetailCode) * @see org.eclipse.etrice.core.room.RoomPackage#getCPBranchTransition_Condition() * @model containment="true" * @generated */ DetailCode getCondition(); /** * Sets the value of the '{@link org.eclipse.etrice.core.room.CPBranchTransition#getCondition <em>Condition</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Condition</em>' containment reference. * @see #getCondition() * @generated */ void setCondition(DetailCode value); } // CPBranchTransition