/** */ package fr.tpt.mem4csd.loss; /** * * A representation of the model object 'Link'. * * *

* The following features are supported: *

* * * @see fr.tpt.mem4csd.loss.LossPackage#getLink() * @model * @generated */ public interface Link extends Primitive { /** * Returns the value of the 'Reference To' reference. * * * @return the value of the 'Reference To' reference. * @see #setReferenceTo(Complex) * @see fr.tpt.mem4csd.loss.LossPackage#getLink_ReferenceTo() * @model required="true" * @generated */ Complex getReferenceTo(); /** * Sets the value of the '{@link fr.tpt.mem4csd.loss.Link#getReferenceTo Reference To}' reference. * * * @param value the new value of the 'Reference To' reference. * @see #getReferenceTo() * @generated */ void setReferenceTo(Complex value); } // Link