/** * * * * $Id$ */ package fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Sequential Statement'. * * *

* The following features are supported: *

*

* * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getSequentialStatement() * @model abstract="true" * @generated */ public interface SequentialStatement extends Statement { /** * Returns the value of the 'Owner Function' container reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Function#getSequentialStatement Sequential Statement}'. * *

* If the meaning of the 'Owner Function' container reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Owner Function' container reference. * @see #setOwnerFunction(Function) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getSequentialStatement_OwnerFunction() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Function#getSequentialStatement * @model opposite="sequentialStatement" transient="false" * @generated */ Function getOwnerFunction(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getOwnerFunction Owner Function}' container reference. * * * @param value the new value of the 'Owner Function' container reference. * @see #getOwnerFunction() * @generated */ void setOwnerFunction(Function value); /** * Returns the value of the 'Owner Process' container reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process#getSequentialStatement Sequential Statement}'. * *

* If the meaning of the 'Owner Process' container reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Owner Process' container reference. * @see #setOwnerProcess(fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getSequentialStatement_OwnerProcess() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process#getSequentialStatement * @model opposite="sequentialStatement" transient="false" * @generated */ fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process getOwnerProcess(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getOwnerProcess Owner Process}' container reference. * * * @param value the new value of the 'Owner Process' container reference. * @see #getOwnerProcess() * @generated */ void setOwnerProcess(fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process value); /** * Returns the value of the 'Sequential Statement' containment reference list. * The list contents are of type {@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement}. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getOwnerSequentialStatement Owner Sequential Statement}'. * *

* If the meaning of the 'Sequential Statement' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Sequential Statement' containment reference list. * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getSequentialStatement_SequentialStatement() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getOwnerSequentialStatement * @model opposite="ownerSequentialStatement" containment="true" * @generated */ EList getSequentialStatement(); /** * Returns the value of the 'Owner Sequential Statement' container reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getSequentialStatement Sequential Statement}'. * *

* If the meaning of the 'Owner Sequential Statement' container reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Owner Sequential Statement' container reference. * @see #setOwnerSequentialStatement(SequentialStatement) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getSequentialStatement_OwnerSequentialStatement() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getSequentialStatement * @model opposite="sequentialStatement" transient="false" * @generated */ SequentialStatement getOwnerSequentialStatement(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getOwnerSequentialStatement Owner Sequential Statement}' container reference. * * * @param value the new value of the 'Owner Sequential Statement' container reference. * @see #getOwnerSequentialStatement() * @generated */ void setOwnerSequentialStatement(SequentialStatement value); /** * Returns the value of the 'Predecessor' reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getSuccessor Successor}'. * *

* If the meaning of the 'Predecessor' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Predecessor' reference. * @see #setPredecessor(SequentialStatement) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getSequentialStatement_Predecessor() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getSuccessor * @model opposite="successor" * @generated */ SequentialStatement getPredecessor(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getPredecessor Predecessor}' reference. * * * @param value the new value of the 'Predecessor' reference. * @see #getPredecessor() * @generated */ void setPredecessor(SequentialStatement value); /** * Returns the value of the 'Successor' reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getPredecessor Predecessor}'. * *

* If the meaning of the 'Successor' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Successor' reference. * @see #setSuccessor(SequentialStatement) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getSequentialStatement_Successor() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getPredecessor * @model opposite="predecessor" required="true" * @generated */ SequentialStatement getSuccessor(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getSuccessor Successor}' reference. * * * @param value the new value of the 'Successor' reference. * @see #getSuccessor() * @generated */ void setSuccessor(SequentialStatement value); } // SequentialStatement