/**
*
* The following features are supported: *
* 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