/** */ package ca.mcgill.ecse.dslreasoner.standalone.test.fam; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Functional Output'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.famPackage#getFunctionalOutput() * @model * @generated */ public interface FunctionalOutput extends FunctionalData { /** * Returns the value of the 'Outgoing Links' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.standalone.test.fam.InformationLink}. * It is bidirectional and its opposite is '{@link ca.mcgill.ecse.dslreasoner.standalone.test.fam.InformationLink#getFrom From}'. * *

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

* * @return the value of the 'Outgoing Links' containment reference list. * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.famPackage#getFunctionalOutput_OutgoingLinks() * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.InformationLink#getFrom * @model opposite="from" containment="true" * @generated */ EList getOutgoingLinks(); } // FunctionalOutput