aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/Function.java
diff options
context:
space:
mode:
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