|
@@ -79,84 +79,58 @@ CF core {
|
|
|
name = "type mappings"
|
|
|
permissions = "221"
|
|
|
|
|
|
- Folder tm_formalisms {
|
|
|
- name = "type mappings/formalisms"
|
|
|
- permissions = "110"
|
|
|
-
|
|
|
- TypeMapping TM_SimpleClassDiagrams {
|
|
|
- name = "type mappings/formalisms/SimpleClassDiagrams"
|
|
|
- location = "models/SimpleClassDiagrams/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
-
|
|
|
- TypeMapping TM_TypeMapping {
|
|
|
- name = "type mappings/formalisms/TypeMapping"
|
|
|
- location = "models/TypeMapping/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
-
|
|
|
- TypeMapping TM_Tracability{
|
|
|
- name = "type mappings/formalisms/Tracability"
|
|
|
- location = "models/Tracability/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
-
|
|
|
- TypeMapping TM_ProcessModel {
|
|
|
- name = "type mappings/formalisms/ProcessModel"
|
|
|
- location = "models/ProcessModel/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
-
|
|
|
- TypeMapping TM_ActionLanguage {
|
|
|
- name = "type mappings/formalisms/ActionLanguage"
|
|
|
- location = "models/ActionLanguage/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
-
|
|
|
- TypeMapping TM_ManualOperation {
|
|
|
- name = "type mappings/formalisms/ManualOperation"
|
|
|
- location = "models/ManualOperation/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
-
|
|
|
- TypeMapping TM_Bottom {
|
|
|
- name = "type mappings/formalisms/Bottom"
|
|
|
- location = "models/Bottom/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
+ TypeMapping TM_SimpleClassDiagrams {
|
|
|
+ name = "type mappings/1"
|
|
|
+ location = "models/SimpleClassDiagrams/types"
|
|
|
+ permissions = "221"
|
|
|
+ }
|
|
|
+
|
|
|
+ TypeMapping TM_TypeMapping {
|
|
|
+ name = "type mappings/2"
|
|
|
+ location = "models/TypeMapping/types"
|
|
|
+ permissions = "221"
|
|
|
+ }
|
|
|
+
|
|
|
+ TypeMapping TM_Tracability{
|
|
|
+ name = "type mappings/3"
|
|
|
+ location = "models/Tracability/types"
|
|
|
+ permissions = "221"
|
|
|
+ }
|
|
|
+
|
|
|
+ TypeMapping TM_ProcessModel {
|
|
|
+ name = "type mappings/4"
|
|
|
+ location = "models/ProcessModel/types"
|
|
|
+ permissions = "221"
|
|
|
+ }
|
|
|
|
|
|
+ TypeMapping TM_ActionLanguage {
|
|
|
+ name = "type mappings/5"
|
|
|
+ location = "models/ActionLanguage/types"
|
|
|
+ permissions = "221"
|
|
|
}
|
|
|
|
|
|
- Folder tm_models {
|
|
|
- name = "type mappings/models"
|
|
|
- permissions = "110"
|
|
|
+ TypeMapping TM_ManualOperation {
|
|
|
+ name = "type mappings/6"
|
|
|
+ location = "models/ManualOperation/types"
|
|
|
+ permissions = "221"
|
|
|
}
|
|
|
|
|
|
- Folder tm_administration {
|
|
|
- name = "type mappings/administration"
|
|
|
- permissions = "100"
|
|
|
-
|
|
|
- TypeMapping TM_Core {
|
|
|
- name = "type mappings/administration/core"
|
|
|
- location = "models/core/types"
|
|
|
- permissions = "220"
|
|
|
- }
|
|
|
-
|
|
|
- TypeMapping TM_CoreFormalism {
|
|
|
- name = "type mappings/administration/CoreFormalism"
|
|
|
- location = "models/CoreFormalism/types"
|
|
|
- permissions = "221"
|
|
|
- }
|
|
|
+ TypeMapping TM_Bottom {
|
|
|
+ name = "type mappings/7"
|
|
|
+ location = "models/Bottom/types"
|
|
|
+ permissions = "221"
|
|
|
}
|
|
|
|
|
|
- Folder tm_users {
|
|
|
- name = "type mapping/users"
|
|
|
- permissions = "110"
|
|
|
+ TypeMapping TM_Core {
|
|
|
+ name = "type mappings/8"
|
|
|
+ location = "models/core/types"
|
|
|
+ permissions = "220"
|
|
|
+ }
|
|
|
|
|
|
- Folder tm_users_admin {
|
|
|
- name = "type mapping/users/admin"
|
|
|
- permissions = "100"
|
|
|
- }
|
|
|
+ TypeMapping TM_CoreFormalism {
|
|
|
+ name = "type mappings/9"
|
|
|
+ location = "models/CoreFormalism/types"
|
|
|
+ permissions = "221"
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -172,7 +146,7 @@ CF core {
|
|
|
|
|
|
Folder administration {
|
|
|
name = "administration"
|
|
|
- permissions = "110"
|
|
|
+ permissions = "221"
|
|
|
|
|
|
Model CoreFormalism {
|
|
|
name = "administration/CoreFormalism"
|
|
@@ -205,7 +179,6 @@ CF core {
|
|
|
group (users_admin, nobody) {}
|
|
|
|
|
|
group (typemappings, admin_group) {}
|
|
|
- group (tm_formalisms, admin_group) {}
|
|
|
group (TM_SimpleClassDiagrams, admin_group) {}
|
|
|
group (TM_TypeMapping, admin_group) {}
|
|
|
group (TM_Tracability, admin_group) {}
|
|
@@ -213,12 +186,8 @@ CF core {
|
|
|
group (TM_ActionLanguage, admin_group) {}
|
|
|
group (TM_Bottom, admin_group) {}
|
|
|
group (TM_ManualOperation, admin_group) {}
|
|
|
- group (tm_models, admin_group) {}
|
|
|
- group (tm_administration, admin_group) {}
|
|
|
group (TM_CoreFormalism, admin_group) {}
|
|
|
group (TM_Core, admin_group) {}
|
|
|
- group (tm_users, admin_group) {}
|
|
|
- group (tm_users_admin, admin_group) {}
|
|
|
|
|
|
owner (root, admin_user) {}
|
|
|
owner (formalisms, admin_user) {}
|
|
@@ -237,7 +206,6 @@ CF core {
|
|
|
owner (users_admin, admin_user) {}
|
|
|
|
|
|
owner (typemappings, admin_user) {}
|
|
|
- owner (tm_formalisms, admin_user) {}
|
|
|
owner (TM_SimpleClassDiagrams, admin_user) {}
|
|
|
owner (TM_TypeMapping, admin_user) {}
|
|
|
owner (TM_Tracability, admin_user) {}
|
|
@@ -245,12 +213,8 @@ CF core {
|
|
|
owner (TM_ActionLanguage, admin_user) {}
|
|
|
owner (TM_ManualOperation, admin_user) {}
|
|
|
owner (TM_Bottom, admin_user) {}
|
|
|
- owner (tm_models, admin_user) {}
|
|
|
- owner (tm_administration, admin_user) {}
|
|
|
owner (TM_CoreFormalism, admin_user) {}
|
|
|
owner (TM_Core, admin_user) {}
|
|
|
- owner (tm_users, admin_user) {}
|
|
|
- owner (tm_users_admin, admin_user) {}
|
|
|
|
|
|
instanceOf inst_SCD (SimpleClassDiagrams, SimpleClassDiagrams) {}
|
|
|
instanceOf inst_TM (TypeMapping, SimpleClassDiagrams) {}
|