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

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.famPackage#getFunctionalInput() * @model * @generated */ public interface FunctionalInput extends FunctionalData { /** * Returns the value of the 'Incoming Links' 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#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 ca.mcgill.ecse.dslreasoner.standalone.test.fam.famPackage#getFunctionalInput_IncomingLinks() * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.InformationLink#getTo * @model opposite="to" * @generated */ EList getIncomingLinks(); } // FunctionalInput