/** */ package hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Functional Output'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.FunctionalArchitecturePackage#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 hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.InformationLink}. * It is bidirectional and its opposite is '{@link hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.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 hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.FunctionalArchitecturePackage#getFunctionalOutput_OutgoingLinks() * @see hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.InformationLink#getFrom * @model opposite="from" containment="true" * @generated */ EList getOutgoingLinks(); } // FunctionalOutput