Compare commits
5 Commits
5a411ddf69
...
4581cd44fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 4581cd44fa | |||
| 8638fc4c3a | |||
| 8bea362b3c | |||
| 8627f416cb | |||
| 40b9d78abb |
@ -56,6 +56,7 @@
|
||||
- IDA_Build: '{09D23735-7067-4560-843E-1092F0A57BD6}'
|
||||
- IDA_True: '{9F6F4296-2FCD-4B7E-AB09-D25F47D0C54C}'
|
||||
- IDA_MethodType: '{47ae57a9-7723-48a8-80f2-dd410d929e14}'
|
||||
- IDA_HelpText: '{edfe6493-0adf-4d49-9f19-babbe9a99acf}'
|
||||
- IDA_MethodBindingType: '{73f39297-79e3-4480-8416-56ab3e228f64}'
|
||||
- IDA_ThisInstanceEqualToInstanceParm: '{7410EC44-4A40-43B9-BCFC-CFDB8979F992}'
|
||||
- IDA_AllowNegative: '{E61F769D-E1FB-4A70-835A-4ACB010DBE6E}'
|
||||
@ -70,6 +71,7 @@
|
||||
- IDA_MultipleValidClasses: '{52c67121-6ba1-4d3d-a718-7fcb5d3ae291}'
|
||||
- IDA_Shared: '{4f4f2b73-6b16-4cbb-a254-a9e557040bca}'
|
||||
- IDA_UserIsLoggedIn: '{8e93d9f3-a897-4c97-935c-b3427f90633b}'
|
||||
- IDA_IncludeSubclasses: '{bc95f90e-d373-48be-b71e-283695afed5a}'
|
||||
- IDA_ModuleHasParentModule: '{dd439c24-fb12-48b0-8b11-1b8d473cadef}'
|
||||
- IDA_Derived: '{66991ca1-ef08-4f30-846c-4984c2a3139d}'
|
||||
- IDA_Index: '{0f31b9ca-e3e2-4c62-8c9e-b55f16eafbf9}'
|
||||
|
||||
@ -322,8 +322,6 @@
|
||||
- IDR_Derived_Element_Content__update_with__Executable_returning_Work_Data: "{4151911a-485c-4488-8e19-1560f489d411}"
|
||||
- IDR_Executable_returning_Work_Data__used_by__Derived_Element_Content: "{75fdacf8-163c-45ac-86eb-80677ff738ad}"
|
||||
|
||||
- IDR_Work_Data__in__Namespace: '{c06e6d4d-c0e3-4e87-b2b5-76fedb979318}'
|
||||
|
||||
- IDR_Parameter_Assignment__assigns_from__Executable_returning_Work_Data: '{6f3687ed-7d88-4ece-914e-c47c57c1146d}'
|
||||
- IDR_Executable_returning_Work_Data__assigned_from__Parameter_Assignment: '{40540642-69b3-4713-ac55-6946060bd385}'
|
||||
- IDR_Parameter_Assignment__assigns_to__Work_Data: '{51c37636-35d2-4528-99ca-50cf09fa1427}'
|
||||
|
||||
@ -71,6 +71,9 @@
|
||||
- textAttribute: '&IDA_MethodType;'
|
||||
name: 'Method Type'
|
||||
index: 29
|
||||
- textAttribute: '&IDA_HelpText;'
|
||||
name: 'Help Text'
|
||||
index: 32
|
||||
- textAttribute: '&IDA_Token;'
|
||||
name: 'Token'
|
||||
index: 33
|
||||
|
||||
@ -117,6 +117,9 @@
|
||||
- instance: '&IDA_UserIsLoggedIn;'
|
||||
index: 57
|
||||
name: 'User is Logged In'
|
||||
- instance: '&IDA_IncludeSubclasses;'
|
||||
index: 63
|
||||
name: 'Include Subclasses'
|
||||
|
||||
- instance: '&IDA_ModuleHasParentModule;'
|
||||
index: 60
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
---
|
||||
- entityDefinitions:
|
||||
- IDR_Element__has_target__Namespace: '{7924469a-8853-403b-95b4-c1cbfa7df792}'
|
||||
- IDR_Namespace__is_target_for__Element: '{6cde0a64-9e8b-4efd-a94c-f82365cd0a73}'
|
||||
|
||||
- library: '&IDL_MochaBaseSystem;'
|
||||
instances:
|
||||
- class: '&IDC_Element;'
|
||||
@ -92,3 +96,19 @@
|
||||
destinationClassId: '&IDC_Element;'
|
||||
siblingRelationshipId: '&IDR_Element__has_default__Display_Option;'
|
||||
singular: no
|
||||
|
||||
- relationship: '&IDR_Element__has_target__Namespace;'
|
||||
index: 869
|
||||
sourceClassId: '&IDC_Element;'
|
||||
type: 'has target'
|
||||
destinationClassId: '&IDC_Namespace;'
|
||||
siblingRelationshipId: '&IDR_Namespace__is_target_for__Element;'
|
||||
singular: yes
|
||||
|
||||
- relationship: '&IDR_Namespace__is_target_for__Element;'
|
||||
index: 870
|
||||
sourceClassId: '&IDC_Namespace;'
|
||||
type: 'is target for'
|
||||
destinationClassId: '&IDC_Element;'
|
||||
siblingRelationshipId: '&IDR_Element__has_target__Namespace;'
|
||||
singular: no
|
||||
|
||||
@ -6,6 +6,8 @@
|
||||
index: 11
|
||||
abstract: no
|
||||
inherits: '&IDC_Method;'
|
||||
superclasses:
|
||||
- instance: '&IDC_Method;'
|
||||
customTagName: 'processUpdatesMethod'
|
||||
instancesLabeledByRAMB: '&IDMB_Method__get__Fully_Qualified_Name_PU;'
|
||||
translations:
|
||||
|
||||
@ -1,7 +1,29 @@
|
||||
---
|
||||
- entityDefinitions:
|
||||
- IDR_Work_Data__in__Namespace: '{c06e6d4d-c0e3-4e87-b2b5-76fedb979318}'
|
||||
- IDR_Namespace__has__Work_Data: '{b7b66a6f-7a0e-42ee-b08e-e1464f6993d8}'
|
||||
|
||||
# {28da848f-898f-4cf3-badc-a8ec979a3dcd}
|
||||
|
||||
- library: '&IDL_MochaBaseSystem;'
|
||||
instances:
|
||||
- class: '&IDC_WorkData;'
|
||||
name: Work Data
|
||||
index: 42
|
||||
abstract: yes
|
||||
|
||||
- relationship: '&IDR_Work_Data__in__Namespace;'
|
||||
index: 765
|
||||
sourceClassId: '&IDC_WorkData;'
|
||||
type: 'in'
|
||||
destinationClassId: '&IDC_Namespace;'
|
||||
siblingRelationshipId: '&IDR_Namespace__has__Work_Data;'
|
||||
singular: yes
|
||||
|
||||
- relationship: '&IDR_Namespace__has__Work_Data;'
|
||||
index: 766
|
||||
sourceClassId: '&IDC_Namespace;'
|
||||
type: 'has'
|
||||
destinationClassId: '&IDC_WorkData;'
|
||||
siblingRelationshipId: '&IDR_Work_Data__in__Namespace;'
|
||||
singular: no
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
- entityDefinitions:
|
||||
- IDC_RelationalOperator: '{f1b5d26f-2347-49cb-8aae-d80dd706fce2}'
|
||||
|
||||
- IDR_Relational_Operator__has_reciprocal__Relational_Operator: '{706f4bdd-5196-40ca-924d-7ddd5d01d3b3}'
|
||||
- IDR_Relational_Operator__reciprocal_for__Relational_Operator: '{bea41570-79b0-4637-8827-ec742bd2d3c8}'
|
||||
|
||||
- IDI_RelationalOperator_Subset: '{76d42d7c-f7da-4df6-92cc-b362e3a87d7b}'
|
||||
- IDI_RelationalOperator_Empty: '{b416747b-537f-46f9-b855-e71ca361d265}'
|
||||
- IDI_RelationalOperator_CountGreaterThan: '{dbc516aa-0fd9-47a9-bab5-8cede4102af6}'
|
||||
@ -31,6 +34,25 @@
|
||||
attributes:
|
||||
- instance: '&IDA_Name;'
|
||||
customTagName: 'name'
|
||||
relationships:
|
||||
- instance: '&IDR_Relational_Operator__has_reciprocal__Relational_Operator;'
|
||||
customTagName: 'reciprocalOperator'
|
||||
|
||||
- relationship: '&IDR_Relational_Operator__has_reciprocal__Relational_Operator;'
|
||||
index: 4263
|
||||
sourceClassId: '&IDC_RelationalOperator;'
|
||||
type: 'has reciprocal'
|
||||
destinationClassId: '&IDC_RelationalOperator;'
|
||||
siblingRelationshipId: '&IDR_Relational_Operator__reciprocal_for__Relational_Operator;'
|
||||
singular: yes
|
||||
|
||||
- relationship: '&IDR_Relational_Operator__reciprocal_for__Relational_Operator;'
|
||||
index: 4264
|
||||
sourceClassId: '&IDC_RelationalOperator;'
|
||||
type: 'reciprocal for'
|
||||
destinationClassId: '&IDC_RelationalOperator;'
|
||||
siblingRelationshipId: '&IDR_Relational_Operator__has_reciprocal__Relational_Operator;'
|
||||
singular: no
|
||||
|
||||
- relationalOperator: '&IDI_RelationalOperator_Subset;'
|
||||
index: 7
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
- entityDefinitions:
|
||||
- IDC_Namespace: '{e1839f6f-f648-4879-bc1d-bb14559a6be3}'
|
||||
|
||||
- library: '&IDL_MochaBaseSystem;'
|
||||
instances:
|
||||
- class: '&IDC_Namespace;'
|
||||
name: Namespace
|
||||
index: 333
|
||||
Loading…
x
Reference in New Issue
Block a user