|
@@ -570,6 +570,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int HIERARCHICAL_COSIM_UNIT___GET_INPUT_PORTS = SCENARIO_OPERATION_COUNT + 2;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>To String</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int HIERARCHICAL_COSIM_UNIT___TO_STRING = SCENARIO_OPERATION_COUNT + 3;
|
|
|
+
|
|
|
/**
|
|
|
* The operation id for the '<em>Valid</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -577,7 +586,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int HIERARCHICAL_COSIM_UNIT___VALID = SCENARIO_OPERATION_COUNT + 3;
|
|
|
+ int HIERARCHICAL_COSIM_UNIT___VALID = SCENARIO_OPERATION_COUNT + 4;
|
|
|
|
|
|
/**
|
|
|
* The number of operations of the '<em>Hierarchical Cosim Unit</em>' class.
|
|
@@ -586,7 +595,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int HIERARCHICAL_COSIM_UNIT_OPERATION_COUNT = SCENARIO_OPERATION_COUNT + 4;
|
|
|
+ int HIERARCHICAL_COSIM_UNIT_OPERATION_COUNT = SCENARIO_OPERATION_COUNT + 5;
|
|
|
|
|
|
/**
|
|
|
* The meta object id for the '{@link ua.ansymo.hintco.impl.CosimUnitDeclarationImpl <em>Cosim Unit Declaration</em>}' class.
|
|
@@ -761,6 +770,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int UNIT_INSTANCE___GET_INPUT_PORTS = IDED_OPERATION_COUNT + 2;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>To String</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int UNIT_INSTANCE___TO_STRING = IDED_OPERATION_COUNT + 3;
|
|
|
+
|
|
|
/**
|
|
|
* The number of operations of the '<em>Unit Instance</em>' class.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -768,7 +786,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int UNIT_INSTANCE_OPERATION_COUNT = IDED_OPERATION_COUNT + 3;
|
|
|
+ int UNIT_INSTANCE_OPERATION_COUNT = IDED_OPERATION_COUNT + 4;
|
|
|
|
|
|
/**
|
|
|
* The meta object id for the '{@link ua.ansymo.hintco.impl.CosimUnitInstanceImpl <em>Cosim Unit Instance</em>}' class.
|
|
@@ -897,6 +915,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int COSIM_UNIT_INSTANCE___GET_INPUT_PORTS = UNIT_INSTANCE___GET_INPUT_PORTS;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>To String</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int COSIM_UNIT_INSTANCE___TO_STRING = UNIT_INSTANCE___TO_STRING;
|
|
|
+
|
|
|
/**
|
|
|
* The number of operations of the '<em>Cosim Unit Instance</em>' class.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -1015,6 +1042,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int PORT_INSTANCE___GETS_VALUE_FROM__PORTINSTANCE = PRECENDENCE_NODE_OPERATION_COUNT + 2;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>To String</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int PORT_INSTANCE___TO_STRING = PRECENDENCE_NODE_OPERATION_COUNT + 3;
|
|
|
+
|
|
|
/**
|
|
|
* The number of operations of the '<em>Port Instance</em>' class.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -1022,7 +1058,7 @@ public interface HintcoPackage extends EPackage {
|
|
|
* @generated
|
|
|
* @ordered
|
|
|
*/
|
|
|
- int PORT_INSTANCE_OPERATION_COUNT = PRECENDENCE_NODE_OPERATION_COUNT + 3;
|
|
|
+ int PORT_INSTANCE_OPERATION_COUNT = PRECENDENCE_NODE_OPERATION_COUNT + 4;
|
|
|
|
|
|
/**
|
|
|
* The meta object id for the '{@link ua.ansymo.hintco.impl.InputPortInstanceImpl <em>Input Port Instance</em>}' class.
|
|
@@ -1124,6 +1160,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int INPUT_PORT_INSTANCE___SELECTED_ADAPTATIONS = PORT_INSTANCE___SELECTED_ADAPTATIONS;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>To String</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int INPUT_PORT_INSTANCE___TO_STRING = PORT_INSTANCE___TO_STRING;
|
|
|
+
|
|
|
/**
|
|
|
* The operation id for the '<em>Get Real Value From</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -1269,6 +1314,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int HIERARCHICAL_UNIT_PORT___SELECTED_ADAPTATIONS = INPUT_PORT_INSTANCE___SELECTED_ADAPTATIONS;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>To String</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int HIERARCHICAL_UNIT_PORT___TO_STRING = INPUT_PORT_INSTANCE___TO_STRING;
|
|
|
+
|
|
|
/**
|
|
|
* The operation id for the '<em>Get Real Value From</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -1423,6 +1477,15 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
int OUTPUT_PORT_INSTANCE___GETS_VALUE_FROM__PORTINSTANCE = PORT_INSTANCE___GETS_VALUE_FROM__PORTINSTANCE;
|
|
|
|
|
|
+ /**
|
|
|
+ * The operation id for the '<em>To String</em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ * @ordered
|
|
|
+ */
|
|
|
+ int OUTPUT_PORT_INSTANCE___TO_STRING = PORT_INSTANCE___TO_STRING;
|
|
|
+
|
|
|
/**
|
|
|
* The operation id for the '<em>Is Input</em>' operation.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -3169,6 +3232,16 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
EOperation getUnitInstance__GetInputPorts();
|
|
|
|
|
|
+ /**
|
|
|
+ * Returns the meta object for the '{@link ua.ansymo.hintco.UnitInstance#toString() <em>To String</em>}' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @return the meta object for the '<em>To String</em>' operation.
|
|
|
+ * @see ua.ansymo.hintco.UnitInstance#toString()
|
|
|
+ * @generated
|
|
|
+ */
|
|
|
+ EOperation getUnitInstance__ToString();
|
|
|
+
|
|
|
/**
|
|
|
* Returns the meta object for class '{@link ua.ansymo.hintco.CosimUnitInstance <em>Cosim Unit Instance</em>}'.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -3252,6 +3325,16 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
EOperation getPortInstance__GetsValueFrom__PortInstance();
|
|
|
|
|
|
+ /**
|
|
|
+ * Returns the meta object for the '{@link ua.ansymo.hintco.PortInstance#toString() <em>To String</em>}' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @return the meta object for the '<em>To String</em>' operation.
|
|
|
+ * @see ua.ansymo.hintco.PortInstance#toString()
|
|
|
+ * @generated
|
|
|
+ */
|
|
|
+ EOperation getPortInstance__ToString();
|
|
|
+
|
|
|
/**
|
|
|
* Returns the meta object for class '{@link ua.ansymo.hintco.HierarchicalUnitPort <em>Hierarchical Unit Port</em>}'.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -4116,6 +4199,14 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
EOperation UNIT_INSTANCE___GET_INPUT_PORTS = eINSTANCE.getUnitInstance__GetInputPorts();
|
|
|
|
|
|
+ /**
|
|
|
+ * The meta object literal for the '<em><b>To String</b></em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ */
|
|
|
+ EOperation UNIT_INSTANCE___TO_STRING = eINSTANCE.getUnitInstance__ToString();
|
|
|
+
|
|
|
/**
|
|
|
* The meta object literal for the '{@link ua.ansymo.hintco.impl.CosimUnitInstanceImpl <em>Cosim Unit Instance</em>}' class.
|
|
|
* <!-- begin-user-doc -->
|
|
@@ -4184,6 +4275,14 @@ public interface HintcoPackage extends EPackage {
|
|
|
*/
|
|
|
EOperation PORT_INSTANCE___GETS_VALUE_FROM__PORTINSTANCE = eINSTANCE.getPortInstance__GetsValueFrom__PortInstance();
|
|
|
|
|
|
+ /**
|
|
|
+ * The meta object literal for the '<em><b>To String</b></em>' operation.
|
|
|
+ * <!-- begin-user-doc -->
|
|
|
+ * <!-- end-user-doc -->
|
|
|
+ * @generated
|
|
|
+ */
|
|
|
+ EOperation PORT_INSTANCE___TO_STRING = eINSTANCE.getPortInstance__ToString();
|
|
|
+
|
|
|
/**
|
|
|
* The meta object literal for the '{@link ua.ansymo.hintco.impl.HierarchicalUnitPortImpl <em>Hierarchical Unit Port</em>}' class.
|
|
|
* <!-- begin-user-doc -->
|