/** */ package org.yakindu.sct.model.stext.stext; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>State Root</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.yakindu.sct.model.stext.stext.StateRoot#getDef <em>Def</em>}</li> * </ul> * * @see org.yakindu.sct.model.stext.stext.StextPackage#getStateRoot() * @model * @generated */ public interface StateRoot extends DefRoot { /** * Returns the value of the '<em><b>Def</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Def</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>Def</em>' containment reference. * @see #setDef(StateSpecification) * @see org.yakindu.sct.model.stext.stext.StextPackage#getStateRoot_Def() * @model containment="true" * @generated */ StateSpecification getDef(); /** * Sets the value of the '{@link org.yakindu.sct.model.stext.stext.StateRoot#getDef <em>Def</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Def</em>' containment reference. * @see #getDef() * @generated */ void setDef(StateSpecification value); } // StateRoot