|
|
@@ -563,13 +563,13 @@ public interface HintcoPackage extends EPackage {
|
|
|
int ADAPTABLE_FEATURE_COUNT = 1;
|
|
|
|
|
|
/**
|
|
|
- * The operation id for the '<em>Selected Adaptation</em>' operation.
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int ADAPTABLE___SELECTED_ADAPTATION = 0;
|
|
|
+ int ADAPTABLE___SELECTED_ADAPTATIONS = 0;
|
|
|
|
|
|
/**
|
|
|
* The number of operations of the '<em>Adaptable</em>' class.
|
|
|
@@ -672,13 +672,13 @@ public interface HintcoPackage extends EPackage {
|
|
|
int COSIM_UNIT_INSTANCE_FEATURE_COUNT = IDED_FEATURE_COUNT + 7;
|
|
|
|
|
|
/**
|
|
|
- * The operation id for the '<em>Selected Adaptation</em>' operation.
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int COSIM_UNIT_INSTANCE___SELECTED_ADAPTATION = IDED_OPERATION_COUNT + 0;
|
|
|
+ int COSIM_UNIT_INSTANCE___SELECTED_ADAPTATIONS = IDED_OPERATION_COUNT + 0;
|
|
|
|
|
|
/**
|
|
|
* The number of operations of the '<em>Cosim Unit Instance</em>' class.
|
|
|
@@ -883,13 +883,13 @@ public interface HintcoPackage extends EPackage {
|
|
|
int PORT_INSTANCE_FEATURE_COUNT = PRECENDENCE_NODE_FEATURE_COUNT + 3;
|
|
|
|
|
|
/**
|
|
|
- * The operation id for the '<em>Selected Adaptation</em>' operation.
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int PORT_INSTANCE___SELECTED_ADAPTATION = PRECENDENCE_NODE_OPERATION_COUNT + 0;
|
|
|
+ int PORT_INSTANCE___SELECTED_ADAPTATIONS = PRECENDENCE_NODE_OPERATION_COUNT + 0;
|
|
|
|
|
|
/**
|
|
|
* The number of operations of the '<em>Port Instance</em>' class.
|
|
|
@@ -1001,13 +1001,13 @@ public interface HintcoPackage extends EPackage {
|
|
|
int INPUT_PORT_INSTANCE_FEATURE_COUNT = PORT_INSTANCE_FEATURE_COUNT + 2;
|
|
|
|
|
|
/**
|
|
|
- * The operation id for the '<em>Selected Adaptation</em>' operation.
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int INPUT_PORT_INSTANCE___SELECTED_ADAPTATION = PORT_INSTANCE___SELECTED_ADAPTATION;
|
|
|
+ int INPUT_PORT_INSTANCE___SELECTED_ADAPTATIONS = PORT_INSTANCE___SELECTED_ADAPTATIONS;
|
|
|
|
|
|
/**
|
|
|
* The number of operations of the '<em>Input Port Instance</em>' class.
|
|
|
@@ -1119,13 +1119,13 @@ public interface HintcoPackage extends EPackage {
|
|
|
int OUTPUT_PORT_INSTANCE_FEATURE_COUNT = PORT_INSTANCE_FEATURE_COUNT + 2;
|
|
|
|
|
|
/**
|
|
|
- * The operation id for the '<em>Selected Adaptation</em>' operation.
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int OUTPUT_PORT_INSTANCE___SELECTED_ADAPTATION = PORT_INSTANCE___SELECTED_ADAPTATION;
|
|
|
+ int OUTPUT_PORT_INSTANCE___SELECTED_ADAPTATIONS = PORT_INSTANCE___SELECTED_ADAPTATIONS;
|
|
|
|
|
|
/**
|
|
|
* The number of operations of the '<em>Output Port Instance</em>' class.
|
|
|
@@ -1337,6 +1337,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int DECOMPOSITION_ADAPTATION__CHILDREN = ADAPTATION_FEATURE_COUNT + 0;
|
|
|
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Name</b></em>' attribute.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int DECOMPOSITION_ADAPTATION__NAME = ADAPTATION_FEATURE_COUNT + 1;
|
|
|
+
|
|
|
/**
|
|
|
* The number of structural features of the '<em>Decomposition Adaptation</em>' class.
|
|
|
* <!-- begin-user-doc -->
|
|
|
@@ -1344,7 +1353,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int DECOMPOSITION_ADAPTATION_FEATURE_COUNT = ADAPTATION_FEATURE_COUNT + 1;
|
|
|
+ int DECOMPOSITION_ADAPTATION_FEATURE_COUNT = ADAPTATION_FEATURE_COUNT + 2;
|
|
|
|
|
|
/**
|
|
|
* The operation id for the '<em>Adapted</em>' operation.
|
|
|
@@ -1355,6 +1364,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int DECOMPOSITION_ADAPTATION___ADAPTED = ADAPTATION___ADAPTED;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int DECOMPOSITION_ADAPTATION___SELECTED_ADAPTATIONS = ADAPTATION_OPERATION_COUNT + 0;
|
|
|
+
|
|
|
/**
|
|
|
* The number of operations of the '<em>Decomposition Adaptation</em>' class.
|
|
|
* <!-- begin-user-doc -->
|
|
|
@@ -1362,7 +1380,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int DECOMPOSITION_ADAPTATION_OPERATION_COUNT = ADAPTATION_OPERATION_COUNT + 0;
|
|
|
+ int DECOMPOSITION_ADAPTATION_OPERATION_COUNT = ADAPTATION_OPERATION_COUNT + 1;
|
|
|
|
|
|
/**
|
|
|
* The meta object id for the '{@link ua.ansymo.hintco.impl.XorAdaptationImpl <em>Xor Adaptation</em>}' class.
|
|
|
@@ -1435,7 +1453,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int XOR_ADAPTATION__NAME = DECOMPOSITION_ADAPTATION_FEATURE_COUNT + 0;
|
|
|
+ int XOR_ADAPTATION__NAME = DECOMPOSITION_ADAPTATION__NAME;
|
|
|
|
|
|
/**
|
|
|
* The number of structural features of the '<em>Xor Adaptation</em>' class.
|
|
|
@@ -1444,7 +1462,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int XOR_ADAPTATION_FEATURE_COUNT = DECOMPOSITION_ADAPTATION_FEATURE_COUNT + 1;
|
|
|
+ int XOR_ADAPTATION_FEATURE_COUNT = DECOMPOSITION_ADAPTATION_FEATURE_COUNT + 0;
|
|
|
|
|
|
/**
|
|
|
* The operation id for the '<em>Adapted</em>' operation.
|
|
|
@@ -1456,13 +1474,13 @@ public interface HintcoPackage extends EPackage {
|
|
|
int XOR_ADAPTATION___ADAPTED = DECOMPOSITION_ADAPTATION___ADAPTED;
|
|
|
|
|
|
/**
|
|
|
- * The operation id for the '<em>Selected Adaptation</em>' operation.
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int XOR_ADAPTATION___SELECTED_ADAPTATION = DECOMPOSITION_ADAPTATION_OPERATION_COUNT + 0;
|
|
|
+ int XOR_ADAPTATION___SELECTED_ADAPTATIONS = DECOMPOSITION_ADAPTATION___SELECTED_ADAPTATIONS;
|
|
|
|
|
|
/**
|
|
|
* The number of operations of the '<em>Xor Adaptation</em>' class.
|
|
|
@@ -1471,7 +1489,116 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int XOR_ADAPTATION_OPERATION_COUNT = DECOMPOSITION_ADAPTATION_OPERATION_COUNT + 1;
|
|
|
+ int XOR_ADAPTATION_OPERATION_COUNT = DECOMPOSITION_ADAPTATION_OPERATION_COUNT + 0;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The meta object id for the '{@link ua.ansymo.hintco.impl.CombineAdaptationImpl <em>Combine Adaptation</em>}' class.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @see ua.ansymo.hintco.impl.CombineAdaptationImpl
|
|
|
+ * @see ua.ansymo.hintco.impl.HintcoPackageImpl#getCombineAdaptation()
|
|
|
+ * @generated
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION = 19;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Weight</b></em>' attribute.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION__WEIGHT = DECOMPOSITION_ADAPTATION__WEIGHT;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Selected</b></em>' attribute.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION__SELECTED = DECOMPOSITION_ADAPTATION__SELECTED;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Implies</b></em>' reference list.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION__IMPLIES = DECOMPOSITION_ADAPTATION__IMPLIES;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Parent</b></em>' container reference.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION__PARENT = DECOMPOSITION_ADAPTATION__PARENT;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Adaptable</b></em>' container reference.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION__ADAPTABLE = DECOMPOSITION_ADAPTATION__ADAPTABLE;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Children</b></em>' containment reference list.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION__CHILDREN = DECOMPOSITION_ADAPTATION__CHILDREN;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The feature id for the '<em><b>Name</b></em>' attribute.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION__NAME = DECOMPOSITION_ADAPTATION__NAME;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The number of structural features of the '<em>Combine Adaptation</em>' class.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION_FEATURE_COUNT = DECOMPOSITION_ADAPTATION_FEATURE_COUNT + 0;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>Adapted</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION___ADAPTED = DECOMPOSITION_ADAPTATION___ADAPTED;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>Selected Adaptations</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION___SELECTED_ADAPTATIONS = DECOMPOSITION_ADAPTATION___SELECTED_ADAPTATIONS;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The number of operations of the '<em>Combine Adaptation</em>' class.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COMBINE_ADAPTATION_OPERATION_COUNT = DECOMPOSITION_ADAPTATION_OPERATION_COUNT + 0;
|
|
|
|
|
|
/**
|
|
|
* The meta object id for the '{@link ua.ansymo.hintco.impl.ApproximationAdaptationImpl <em>Approximation Adaptation</em>}' class.
|
|
|
@@ -1481,7 +1608,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @see ua.ansymo.hintco.impl.HintcoPackageImpl#getApproximationAdaptation()
|
|
|
* @generated
|
|
|
*/
|
|
|
- int APPROXIMATION_ADAPTATION = 19;
|
|
|
+ int APPROXIMATION_ADAPTATION = 20;
|
|
|
|
|
|
/**
|
|
|
* The feature id for the '<em><b>Weight</b></em>' attribute.
|
|
|
@@ -1572,7 +1699,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @see ua.ansymo.hintco.impl.HintcoPackageImpl#getMultiRateAdaptation()
|
|
|
* @generated
|
|
|
*/
|
|
|
- int MULTI_RATE_ADAPTATION = 20;
|
|
|
+ int MULTI_RATE_ADAPTATION = 21;
|
|
|
|
|
|
/**
|
|
|
* The feature id for the '<em><b>Weight</b></em>' attribute.
|
|
|
@@ -1672,7 +1799,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @see ua.ansymo.hintco.impl.HintcoPackageImpl#getExtrapolationAdaptation()
|
|
|
* @generated
|
|
|
*/
|
|
|
- int EXTRAPOLATION_ADAPTATION = 21;
|
|
|
+ int EXTRAPOLATION_ADAPTATION = 22;
|
|
|
|
|
|
/**
|
|
|
* The feature id for the '<em><b>Weight</b></em>' attribute.
|
|
|
@@ -1772,7 +1899,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @see ua.ansymo.hintco.impl.HintcoPackageImpl#getInterpolationAdaptation()
|
|
|
* @generated
|
|
|
*/
|
|
|
- int INTERPOLATION_ADAPTATION = 22;
|
|
|
+ int INTERPOLATION_ADAPTATION = 23;
|
|
|
|
|
|
/**
|
|
|
* The feature id for the '<em><b>Weight</b></em>' attribute.
|
|
|
@@ -1871,7 +1998,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @see ua.ansymo.hintco.impl.HintcoPackageImpl#getInt()
|
|
|
* @generated
|
|
|
*/
|
|
|
- int INT = 23;
|
|
|
+ int INT = 24;
|
|
|
|
|
|
|
|
|
/**
|
|
|
@@ -2197,14 +2324,14 @@ public interface HintcoPackage extends EPackage {
|
|
|
EReference getAdaptable_Adaptation();
|
|
|
|
|
|
/**
|
|
|
- * Returns the meta object for the '{@link ua.ansymo.hintco.Adaptable#selectedAdaptation() <em>Selected Adaptation</em>}' operation.
|
|
|
+ * Returns the meta object for the '{@link ua.ansymo.hintco.Adaptable#selectedAdaptations() <em>Selected Adaptations</em>}' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
- * @return the meta object for the '<em>Selected Adaptation</em>' operation.
|
|
|
- * @see ua.ansymo.hintco.Adaptable#selectedAdaptation()
|
|
|
+ * @return the meta object for the '<em>Selected Adaptations</em>' operation.
|
|
|
+ * @see ua.ansymo.hintco.Adaptable#selectedAdaptations()
|
|
|
* @generated
|
|
|
*/
|
|
|
- EOperation getAdaptable__SelectedAdaptation();
|
|
|
+ EOperation getAdaptable__SelectedAdaptations();
|
|
|
|
|
|
/**
|
|
|
* Returns the meta object for class '{@link ua.ansymo.hintco.CosimUnitInstance <em>Cosim Unit Instance</em>}'.
|
|
|
@@ -2460,35 +2587,45 @@ public interface HintcoPackage extends EPackage {
|
|
|
EReference getDecompositionAdaptation_Children();
|
|
|
|
|
|
/**
|
|
|
- * Returns the meta object for class '{@link ua.ansymo.hintco.XorAdaptation <em>Xor Adaptation</em>}'.
|
|
|
+ * Returns the meta object for the attribute '{@link ua.ansymo.hintco.DecompositionAdaptation#getName <em>Name</em>}'.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
- * @return the meta object for class '<em>Xor Adaptation</em>'.
|
|
|
- * @see ua.ansymo.hintco.XorAdaptation
|
|
|
+ * @return the meta object for the attribute '<em>Name</em>'.
|
|
|
+ * @see ua.ansymo.hintco.DecompositionAdaptation#getName()
|
|
|
+ * @see #getDecompositionAdaptation()
|
|
|
* @generated
|
|
|
*/
|
|
|
- EClass getXorAdaptation();
|
|
|
+ EAttribute getDecompositionAdaptation_Name();
|
|
|
|
|
|
/**
|
|
|
- * Returns the meta object for the attribute '{@link ua.ansymo.hintco.XorAdaptation#getName <em>Name</em>}'.
|
|
|
+ * Returns the meta object for the '{@link ua.ansymo.hintco.DecompositionAdaptation#selectedAdaptations() <em>Selected Adaptations</em>}' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
- * @return the meta object for the attribute '<em>Name</em>'.
|
|
|
- * @see ua.ansymo.hintco.XorAdaptation#getName()
|
|
|
- * @see #getXorAdaptation()
|
|
|
+ * @return the meta object for the '<em>Selected Adaptations</em>' operation.
|
|
|
+ * @see ua.ansymo.hintco.DecompositionAdaptation#selectedAdaptations()
|
|
|
+ * @generated
|
|
|
+ */
|
|
|
+ EOperation getDecompositionAdaptation__SelectedAdaptations();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Returns the meta object for class '{@link ua.ansymo.hintco.XorAdaptation <em>Xor Adaptation</em>}'.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @return the meta object for class '<em>Xor Adaptation</em>'.
|
|
|
+ * @see ua.ansymo.hintco.XorAdaptation
|
|
|
* @generated
|
|
|
*/
|
|
|
- EAttribute getXorAdaptation_Name();
|
|
|
+ EClass getXorAdaptation();
|
|
|
|
|
|
/**
|
|
|
- * Returns the meta object for the '{@link ua.ansymo.hintco.XorAdaptation#selectedAdaptation() <em>Selected Adaptation</em>}' operation.
|
|
|
+ * Returns the meta object for class '{@link ua.ansymo.hintco.CombineAdaptation <em>Combine Adaptation</em>}'.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
- * @return the meta object for the '<em>Selected Adaptation</em>' operation.
|
|
|
- * @see ua.ansymo.hintco.XorAdaptation#selectedAdaptation()
|
|
|
+ * @return the meta object for class '<em>Combine Adaptation</em>'.
|
|
|
+ * @see ua.ansymo.hintco.CombineAdaptation
|
|
|
* @generated
|
|
|
*/
|
|
|
- EOperation getXorAdaptation__SelectedAdaptation();
|
|
|
+ EClass getCombineAdaptation();
|
|
|
|
|
|
/**
|
|
|
* Returns the meta object for class '{@link ua.ansymo.hintco.ApproximationAdaptation <em>Approximation Adaptation</em>}'.
|
|
|
@@ -2875,12 +3012,12 @@ public interface HintcoPackage extends EPackage {
|
|
|
EReference ADAPTABLE__ADAPTATION = eINSTANCE.getAdaptable_Adaptation();
|
|
|
|
|
|
/**
|
|
|
- * The meta object literal for the '<em><b>Selected Adaptation</b></em>' operation.
|
|
|
+ * The meta object literal for the '<em><b>Selected Adaptations</b></em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
*/
|
|
|
- EOperation ADAPTABLE___SELECTED_ADAPTATION = eINSTANCE.getAdaptable__SelectedAdaptation();
|
|
|
+ EOperation ADAPTABLE___SELECTED_ADAPTATIONS = eINSTANCE.getAdaptable__SelectedAdaptations();
|
|
|
|
|
|
/**
|
|
|
* The meta object literal for the '{@link ua.ansymo.hintco.impl.CosimUnitInstanceImpl <em>Cosim Unit Instance</em>}' class.
|
|
|
@@ -3095,30 +3232,40 @@ public interface HintcoPackage extends EPackage {
|
|
|
EReference DECOMPOSITION_ADAPTATION__CHILDREN = eINSTANCE.getDecompositionAdaptation_Children();
|
|
|
|
|
|
/**
|
|
|
- * The meta object literal for the '{@link ua.ansymo.hintco.impl.XorAdaptationImpl <em>Xor Adaptation</em>}' class.
|
|
|
+ * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
- * @see ua.ansymo.hintco.impl.XorAdaptationImpl
|
|
|
- * @see ua.ansymo.hintco.impl.HintcoPackageImpl#getXorAdaptation()
|
|
|
* @generated
|
|
|
*/
|
|
|
- EClass XOR_ADAPTATION = eINSTANCE.getXorAdaptation();
|
|
|
+ EAttribute DECOMPOSITION_ADAPTATION__NAME = eINSTANCE.getDecompositionAdaptation_Name();
|
|
|
|
|
|
/**
|
|
|
- * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
|
|
|
+ * The meta object literal for the '<em><b>Selected Adaptations</b></em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
* @generated
|
|
|
*/
|
|
|
- EAttribute XOR_ADAPTATION__NAME = eINSTANCE.getXorAdaptation_Name();
|
|
|
+ EOperation DECOMPOSITION_ADAPTATION___SELECTED_ADAPTATIONS = eINSTANCE.getDecompositionAdaptation__SelectedAdaptations();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * The meta object literal for the '{@link ua.ansymo.hintco.impl.XorAdaptationImpl <em>Xor Adaptation</em>}' class.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @see ua.ansymo.hintco.impl.XorAdaptationImpl
|
|
|
+ * @see ua.ansymo.hintco.impl.HintcoPackageImpl#getXorAdaptation()
|
|
|
+ * @generated
|
|
|
+ */
|
|
|
+ EClass XOR_ADAPTATION = eINSTANCE.getXorAdaptation();
|
|
|
|
|
|
/**
|
|
|
- * The meta object literal for the '<em><b>Selected Adaptation</b></em>' operation.
|
|
|
+ * The meta object literal for the '{@link ua.ansymo.hintco.impl.CombineAdaptationImpl <em>Combine Adaptation</em>}' class.
|
|
|
* <!-- begin-user-doc -->
|
|
|
* <!-- end-user-doc -->
|
|
|
+ * @see ua.ansymo.hintco.impl.CombineAdaptationImpl
|
|
|
+ * @see ua.ansymo.hintco.impl.HintcoPackageImpl#getCombineAdaptation()
|
|
|
* @generated
|
|
|
*/
|
|
|
- EOperation XOR_ADAPTATION___SELECTED_ADAPTATION = eINSTANCE.getXorAdaptation__SelectedAdaptation();
|
|
|
+ EClass COMBINE_ADAPTATION = eINSTANCE.getCombineAdaptation();
|
|
|
|
|
|
/**
|
|
|
* The meta object literal for the '{@link ua.ansymo.hintco.impl.ApproximationAdaptationImpl <em>Approximation Adaptation</em>}' class.
|