/** * * * * $Id$ */ package fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams; /** * * A representation of the model object 'Map'. * * *

* The following features are supported: *

*

* * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getMap() * @model * @generated */ public interface Map extends Element { /** * Returns the value of the 'Owner' container reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.ComponentInstanciation#getMap Map}'. * *

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

* * @return the value of the 'Owner' container reference. * @see #setOwner(ComponentInstanciation) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getMap_Owner() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.ComponentInstanciation#getMap * @model opposite="map" required="true" transient="false" * @generated */ ComponentInstanciation getOwner(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Map#getOwner Owner}' container reference. * * * @param value the new value of the 'Owner' container reference. * @see #getOwner() * @generated */ void setOwner(ComponentInstanciation value); } // Map