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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasomer.domains.transima.fam.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 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#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 hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.FunctionalArchitecturePackage#getFunctionalInput_IncomingLinks() * @see hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.InformationLink#getTo * @model opposite="to" * @generated */ EList getIncomingLinks(); } // FunctionalInput