-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain_ostis_automation.scs
More file actions
79 lines (66 loc) · 2.7 KB
/
Copy pathdomain_ostis_automation.scs
File metadata and controls
79 lines (66 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
section_subject_domain_of_ostis_automation
<- non_atomic_section;
=> nrel_main_idtf:
[Раздел. Предметная область автоматизации разработки ostis-систем] (* <- lang_ru;; *);
[Section. Subject domain of ostis-system development automation] (* <- lang_en;; *);
<= nrel_section_decomposition: {
section_subject_domain_of_personal_ostis_assistent_development_automation_tools;
section_subject_domain_of_sc_agent_development_automation_tools
};
<- rrel_key_sc_element:
subject_domain_of_ostis_automation;
concept_ostis_system_development_automation;
concept_ostis_system_developement_automation_tool;
concept_personal_ostis_assistent_development_automation_tool;
concept_sc_agent_development_automation_tool;
concept_ostis_system_development_operation;
concept_ostis_archops_tool;
concept_ostis_cicd_tool;
concept_ostis_cicd_pipeline;
concept_ostis_automation_action;
concept_scs_automation;
nrel_ostis_automation_next_step;
rrel_ostis_automation_entrypoint;;
section_subject_domain_of_ostis_automation=[*
subject_domain_of_ostis_automation
<- sc_node_struct;
<- subject_domain;
=> nrel_main_idtf:
[Предметная область автоматизации разработки ostis-систем] (* <- lang_ru;; *);
[Subject Domain of ostis-system development automation] (* <- lang_en;; *);
-> rrel_maximum_studied_object_class:
concept_ostis_system_development_automation;
-> rrel_not_maximum_studied_object_class:
concept_ostis_system_developement_automation_tool;
concept_personal_ostis_assistent_development_automation_tool;
concept_sc_agent_development_automation_tool;
concept_ostis_system_development_operation;
concept_ostis_archops_tool;
concept_ostis_cicd_tool;
concept_ostis_cicd_pipeline;
concept_ostis_automation_action;
concept_scs_automation;
-> rrel_explored_relation:
nrel_ostis_automation_next_step;
rrel_ostis_automation_entrypoint;
<= nrel_private_subject_domain:
subject_domain_of_ostis_system_development;
=> nrel_private_subject_domain:
subject_domain_of_personal_ostis_assistent_development_automation_tools;
subject_domain_of_sc_agent_development_automation_tools;;
*];;
sc_node_class ->
concept_ostis_system_development_automation;
concept_ostis_system_developement_automation_tool;
concept_personal_ostis_assistent_development_automation_tool;
concept_sc_agent_development_automation_tool;
concept_ostis_system_development_operation;
concept_ostis_archops_tool;
concept_ostis_cicd_tool;
concept_ostis_cicd_pipeline;
concept_ostis_automation_action;
concept_scs_automation;;
sc_node_norole_relation ->
nrel_ostis_automation_next_step;;
sc_node_role_relation ->
rrel_ostis_automation_entrypoint;;