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

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.famPackage#getFunction() * @model * @generated */ public interface Function extends FunctionalElement { /** * Returns the value of the 'Sub Elements' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.standalone.test.fam.FunctionalElement}. * It is bidirectional and its opposite is '{@link ca.mcgill.ecse.dslreasoner.standalone.test.fam.FunctionalElement#getParent Parent}'. * *

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

* * @return the value of the 'Sub Elements' containment reference list. * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.famPackage#getFunction_SubElements() * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.FunctionalElement#getParent * @model opposite="parent" containment="true" * @generated */ EList getSubElements(); /** * Returns the value of the 'Type' attribute. * The literals are from the enumeration {@link ca.mcgill.ecse.dslreasoner.standalone.test.fam.FunctionType}. * *

* If the meaning of the 'Type' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Type' attribute. * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.FunctionType * @see ca.mcgill.ecse.dslreasoner.standalone.test.fam.famPackage#getFunction_Type() * @model required="true" transient="true" changeable="false" volatile="true" derived="true" * annotation="org.eclipse.viatra.query.querybasedfeature patternFQN='ca.mcgill.ecse.dslreasoner.standalone.test.xyz.type'" * @generated */ FunctionType getType(); } // Function