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-02-03 15:20:02 -0500
commit4d27f2788d2f728d4ee2be8861df09da62bf135f (patch)
treefd71433c91ca998d37f0038564e913a724979c80 /Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java
parentVAMPIRE: Further Post-submission updates (diff)
downloadVIATRA-Generator-4d27f2788d2f728d4ee2be8861df09da62bf135f.tar.gz
VIATRA-Generator-4d27f2788d2f728d4ee2be8861df09da62bf135f.tar.zst
VIATRA-Generator-4d27f2788d2f728d4ee2be8861df09da62bf135f.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