aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-02-03 15:20:02 -0500
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-06-07 19:44:44 -0400
commit8e461ef60f59a2cb57ddca31a0b785c1b046e63a (patch)
treeff27d80e7fc391a155fe70c0bd46d6da028c4b37 /Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java
parentVAMPIRE: Further Post-submission updates (diff)
downloadVIATRA-Generator-8e461ef60f59a2cb57ddca31a0b785c1b046e63a.tar.gz
VIATRA-Generator-8e461ef60f59a2cb57ddca31a0b785c1b046e63a.tar.zst
VIATRA-Generator-8e461ef60f59a2cb57ddca31a0b785c1b046e63a.zip
VAMPIRE: last commit
Diffstat (limited to 'Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java')
-rw-r--r--Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java14
1 files changed, 13 insertions, 1 deletions
diff --git a/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java b/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java
index 5b484066..0a4e6361 100644
--- a/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java
+++ b/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java
@@ -51,11 +51,23 @@ public interface Function extends FunctionalElement {
51 * <!-- end-user-doc --> 51 * <!-- end-user-doc -->
52 * @return the value of the '<em>Type</em>' attribute. 52 * @return the value of the '<em>Type</em>' attribute.
53 * @see functionalarchitecture.FunctionType 53 * @see functionalarchitecture.FunctionType
54 * @see #setType(FunctionType)
54 * @see functionalarchitecture.FunctionalarchitecturePackage#getFunction_Type() 55 * @see functionalarchitecture.FunctionalarchitecturePackage#getFunction_Type()
55 * @model required="true" transient="true" changeable="false" volatile="true" derived="true" 56 * @model required="true" transient="true" volatile="true"
56 * annotation="org.eclipse.viatra.query.querybasedfeature patternFQN='hu.bme.mit.inf.dslreasoner.domains.transima.fam.type'" 57 * annotation="org.eclipse.viatra.query.querybasedfeature patternFQN='hu.bme.mit.inf.dslreasoner.domains.transima.fam.type'"
57 * @generated 58 * @generated
58 */ 59 */
59 FunctionType getType(); 60 FunctionType getType();
60 61
62 /**
63 * Sets the value of the '{@link functionalarchitecture.Function#getType <em>Type</em>}' attribute.
64 * <!-- begin-user-doc -->
65 * <!-- end-user-doc -->
66 * @param value the new value of the '<em>Type</em>' attribute.
67 * @see functionalarchitecture.FunctionType
68 * @see #getType()
69 * @generated
70 */
71 void setType(FunctionType value);
72
61} // Function 73} // Function