/** */ package functionalarchitecture; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Functional Input'. * * *

* The following features are supported: *

* * * @see functionalarchitecture.FunctionalarchitecturePackage#getFunctionalInput() * @model * @generated */ public interface FunctionalInput extends FunctionalData { /** * Returns the value of the 'Incoming Links' reference list. * The list contents are of type {@link functionalarchitecture.InformationLink}. * It is bidirectional and its opposite is '{@link functionalarchitecture.InformationLink#getTo To}'. * *

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

* * @return the value of the 'Incoming Links' reference list. * @see functionalarchitecture.FunctionalarchitecturePackage#getFunctionalInput_IncomingLinks() * @see functionalarchitecture.InformationLink#getTo * @model opposite="to" * @generated */ EList getIncomingLinks(); } // FunctionalInput