Skip to content

Commit c31acd4

Browse files
authored
Merge pull request #89 from ShunkevichDV/master
Synchronization sources from parallel development
2 parents 7520317 + df2358e commit c31acd4

File tree

47 files changed

+1355
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1355
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<body>
3+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
4+
<p><b><sc_element sys_idtf = "ui_menu_file_for_finding_all_drafts_of_author"> Команда пользовательского интерфейса для поиска всех черновиков разработчика</sc_element></b> предназначена для поиска всех <b><sc_element sys_idtf = "draft">черновиков</sc_element></b><b><sc_element sys_idtf = "nrel_developer">разработчика</sc_element></b>. Единственным аргументом команды является <b><sc_element sys_idtf = "nrel_developer">разработчик</sc_element></b>, для которого необходимо найти все <b><sc_element sys_idtf = "draft">черновики</sc_element></b>. Результатом выполнения команды является вывод на экран всех <b><sc_element sys_idtf = "draft">черновиков</sc_element></b> <b><sc_element sys_idtf = "nrel_developer">разработчика</sc_element></b>.
5+
</p>
6+
<img src="result.png" alt="Команда поиска всех черновиков разработчика"/>
7+
8+
</body>
9+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
lib_ui_menu_file_for_finding_all_drafts_of_author
2+
=> nrel_main_idtf:
3+
[Компонент библиотеки. Команда пользовательского интерфейса для поиска всех черновиков разработчика]
4+
(* <- lang_ru;; *);
5+
[Library component. User interface command for search all drafts of author]
6+
(* <- lang_en;; *);
7+
8+
<- library_of_platform_independent_reusable_components;
9+
<- library_of_atomic_reusable_components;
10+
<- library_of_reusable_components_of_knowledge_bases;
11+
12+
<- rrel_key_sc_element:
13+
...
14+
(*
15+
<- explanation;;
16+
<= nrel_sc_text_translation:
17+
...
18+
(*
19+
-> rrel_example:
20+
"file://htmls/ui_of_finding_all_drafts_of_author.html"
21+
(* <- lang_ru;; *);;
22+
*);;
23+
*);;
24+
25+
lib_ui_menu_file_for_finding_all_drafts_of_author = [*^"file://ui_menu_file_for_finding_all_drafts_of_author.scsi"*];;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
ui_menu_file_for_finding_all_drafts_of_author <- ui_user_command_class_atom; ui_user_command_class_view_kb; ui_one_argument_command_class;;
2+
3+
ui_menu_file_for_finding_all_drafts_of_author => nrel_main_idtf:
4+
[Найти все черновики разработчика]
5+
(* <- lang_ru;; *);;
6+
7+
ui_menu_file_for_finding_all_drafts_of_author => nrel_main_idtf:
8+
[Find all drafts of author]
9+
(* <- lang_en;; *);;
10+
11+
ui_menu_file_for_finding_all_drafts_of_author => ui_nrel_command_template:
12+
[*
13+
action_of_finding_all_drafts_of_author _-> ._action_of_finding_all_drafts_of_author_instance
14+
(*
15+
_-> ui_arg_1;;
16+
*);;
17+
._action_of_finding_all_drafts_of_author_instance _<- question;;
18+
*];;
19+
20+
ui_menu_file_for_finding_all_drafts_of_author => ui_nrel_command_lang_template:
21+
[Найти все черновики разработчика: $ui_arg_1]
22+
(* <- lang_ru;; *);;
23+
ui_menu_file_for_finding_all_drafts_of_author => ui_nrel_command_lang_template:
24+
[Find all drafts by author: $ui_arg_1]
25+
(* <- lang_eng;; *);;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<body>
3+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
4+
<p><b><sc_element sys_idtf = "ui_menu_file_for_finding_all_drafts_of_question_author"> Команда пользовательского интерфейса для поиска всех черновиков автора вопроса</sc_element></b> предназначена для поиска всех <b><sc_element sys_idtf = "draft">черновиков</sc_element></b><b><sc_element sys_idtf = "ui_user">пользователя, который является автором вопроса</sc_element></b>. Результатом выполнения команды является вывод на экран всех <b><sc_element sys_idtf = "draft">черновиков</sc_element></b> <b><sc_element sys_idtf = "ui_user">пользователя, который является автором вопроса</sc_element></b>.
5+
</p>
6+
<img src="result.png" alt="Команда поиска всех черновиков автора вопроса"/>
7+
8+
</body>
9+
</html>
10+
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
lib_ui_menu_file_for_finding_all_drafts_of_question_author
2+
=> nrel_main_idtf:
3+
[Компонент библиотеки. Команда пользовательского интерфейса для поиска всех черновиков автора вопроса]
4+
(* <- lang_ru;; *);
5+
[Library component. User interface command for search all drafts of question author]
6+
(* <- lang_en;; *);
7+
8+
<- library_of_platform_independent_reusable_components;
9+
<- library_of_atomic_reusable_components;
10+
<- library_of_reusable_components_of_knowledge_bases;
11+
12+
<- rrel_key_sc_element:
13+
...
14+
(*
15+
<- explanation;;
16+
<= nrel_sc_text_translation:
17+
...
18+
(*
19+
-> rrel_example:
20+
"file://htmls/ui_of_finding_all_drafts_of_question_author.html"
21+
(* <- lang_ru;; *);;
22+
*);;
23+
*);;
24+
25+
lib_ui_menu_file_for_finding_all_drafts_of_question_author = [*^"file://ui_menu_file_for_finding_all_drafts_of_question_author.scsi"*];;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
ui_menu_file_for_finding_all_drafts_of_question_author <- ui_user_command_class_atom; ui_user_command_class_view_kb; ui_no_argument_command_class;;
2+
3+
ui_menu_file_for_finding_all_drafts_of_question_author => nrel_main_idtf:
4+
[Показать мои черновики]
5+
(* <- lang_ru;; *);;
6+
7+
ui_menu_file_for_finding_all_drafts_of_question_author => nrel_main_idtf:
8+
[Show my drafts]
9+
(* <- lang_en;; *);;
10+
11+
ui_menu_file_for_finding_all_drafts_of_question_author => ui_nrel_command_template:
12+
[*
13+
action_of_finding_all_drafts_of_question_author _-> ._action_of_finding_all_drafts_of_question_author_instance;;
14+
._action_of_finding_all_drafts_of_question_author_instance _<- question;;
15+
*];;
16+
17+
ui_menu_file_for_finding_all_drafts_of_question_author => ui_nrel_command_lang_template:
18+
[Показать мои черновики]
19+
(* <- lang_ru;; *);;
20+
ui_menu_file_for_finding_all_drafts_of_question_author => ui_nrel_command_lang_template:
21+
[Show my drafts]
22+
(* <- lang_eng;; *);;
23+
24+

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/activ_auto/classification_agents/ui_menu_file_for_finding_all_initiated_signs/ui_menu_file_for_finding_all_initiated_signs.scsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ui_menu_file_for_finding_all_initiated_signs <- ui_user_command_class_atom; ui_user_command_class_view_kb; ui_one_argument_command_class;;
1+
ui_menu_file_for_finding_all_initiated_signs <- ui_user_command_class_atom; ui_user_command_class_view_kb; ui_no_argument_command_class;;
22

33
ui_menu_file_for_finding_all_initiated_signs => nrel_main_idtf: [Найти все инициированные знаки действий] (* <- lang_ru;; *);;
44
ui_menu_file_for_finding_all_initiated_signs => nrel_main_idtf: [Find all initiated signs of actions] (* <- lang_en;; *);;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<body>
3+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
4+
<p><b><sc_element sys_idtf = "ui_menu_file_for_finding_all_proposals_of_question_author"> Команда пользовательского интерфейса для поиска всех предложений автора вопроса</sc_element></b> предназначена для поиска всех <b><sc_element sys_idtf = "nrel_proposal">предложений</sc_element></b><b><sc_element sys_idtf = "nrel_authors">автора вопроса</sc_element></b>. Результатом выполнения команды является вывод на экран всех <b><sc_element sys_idtf = "nrel_proposal">предложений</sc_element></b> <b><sc_element sys_idtf = "nrel_authors">автора вопроса</sc_element></b>.
5+
</p>
6+
<img src="result.png" alt="Команда поиска всех предложений автора вопроса"/>
7+
8+
</body>
9+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
lib_ui_menu_file_for_finding_all_proposals_of_question_author
2+
=> nrel_main_idtf:
3+
[Компонент библиотеки. Команда пользовательского интерфейса для поиска всех предложений автора вопроса]
4+
(* <- lang_ru;; *);
5+
[Library component. User interface command for search all proposals of question author]
6+
(* <- lang_en;; *);
7+
8+
<- library_of_platform_independent_reusable_components;
9+
<- library_of_atomic_reusable_components;
10+
<- library_of_reusable_components_of_knowledge_bases;
11+
12+
<- rrel_key_sc_element:
13+
...
14+
(*
15+
<- explanation;;
16+
<= nrel_sc_text_translation:
17+
...
18+
(*
19+
-> rrel_example:
20+
"file://htmls/ui_of_finding_all_proposals_of_question_author.html"
21+
(* <- lang_ru;; *);;
22+
*);;
23+
*);;
24+
25+
lib_ui_menu_file_for_finding_all_proposals_of_question_author = [*^"file://ui_menu_file_for_finding_all_proposals_of_question_author.scsi"*];;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
ui_menu_file_for_finding_all_proposals_of_question_author <- ui_user_command_class_atom; ui_user_command_class_view_kb; ui_no_argument_command_class;;
2+
3+
ui_menu_file_for_finding_all_proposals_of_question_author => nrel_main_idtf:
4+
[Показать мои предложения]
5+
(* <- lang_ru;; *);;
6+
7+
ui_menu_file_for_finding_all_proposals_of_question_author => nrel_main_idtf:
8+
[Show my proposals]
9+
(* <- lang_en;; *);;
10+
11+
ui_menu_file_for_finding_all_proposals_of_question_author => ui_nrel_command_template:
12+
[*
13+
action_of_finding_all_proposals_of_question_author _-> ._action_of_finding_all_proposals_of_question_author_instance;;
14+
._action_of_finding_all_proposals_of_question_author_instance _<- question;;
15+
*];;
16+
17+
ui_menu_file_for_finding_all_proposals_of_question_author => ui_nrel_command_lang_template:
18+
[Показать мои предложения]
19+
(* <- lang_ru;; *);;
20+
ui_menu_file_for_finding_all_proposals_of_question_author => ui_nrel_command_lang_template:
21+
[Show my proposals]
22+
(* <- lang_eng;; *);;

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/activ_auto/developer/ui_menu_file_for_formation_suggestion_edit_kb/ui_menu_file_for_formation_suggestion_edit_kb.scsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ui_menu_file_for_formation_suggestion_edit_kb => ui_nrel_command_template:
1212
._action_to_form_a_proposal_for_editing_the_knowledge_base_instance _<- question;;
1313
*];;
1414

15-
ui_menu_file_for_formation_suggestion_edit_kb => ui_nrel_command_lang_template: [Сформирования предожения по редактированию базы знаний: $ui_arg_1] (* <- lang_ru;; *);;
16-
ui_menu_file_for_formation_suggestion_edit_kb => ui_nrel_command_lang_template: [Form proposals for editing the knowledge base: $ui_arg_1] (* <- lang_en;; *);;
15+
ui_menu_file_for_formation_suggestion_edit_kb => ui_nrel_command_lang_template: [Сформировать предложение по редактированию базы знаний: $ui_arg_1] (* <- lang_ru;; *);;
16+
ui_menu_file_for_formation_suggestion_edit_kb => ui_nrel_command_lang_template: [Form proposal for editing the knowledge base: $ui_arg_1] (* <- lang_en;; *);;

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/eekb_commands/lib_ui_menu_root_for_eekb.scs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lib_ui_menu_root_for_eekb
1414
lib_ui_menu_kb_verification_for_eekb;
1515
lib_ui_menu_kb_evaluation_for_eekb;
1616
lib_ui_menu_activity_automatisation_for_eekb;
17+
lib_ui_menu_my_changes_for_eekb;
1718
lib_ui_menu_navigation_for_eekb;
1819
lib_ui_menu_specification_for_eekb;
1920
lib_ui_menu_ontology_forming_for_eekb
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
lib_ui_menu_my_changes_for_eekb
2+
=> nrel_main_idtf:
3+
[Компонент библиотеки. Мои правки]
4+
(* <- lang_ru;; *);
5+
[Library component. My changes]
6+
(* <- lang_en;; *);
7+
8+
<- library_of_platform_independent_reusable_components;
9+
<- library_of_non_atomic_reusable_components;
10+
11+
<= nrel_library_component_decomposition:
12+
{
13+
lib_ui_menu_file_for_finding_all_drafts_of_question_author;
14+
lib_ui_menu_file_for_finding_all_proposals_of_question_author
15+
};;
16+
17+
lib_ui_menu_my_changes_for_eekb = [*^"file://ui_menu_my_changes_for_eekb.scsi"*];;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
ui_menu_my_changes_for_eekb <- ui_user_command_class_noatom;
2+
=> nrel_main_idtf: [Мои правки] (* <- lang_ru;; *);
3+
=> nrel_main_idtf: [My changes] (* <- lang_en;; *);
4+
<= nrel_ui_commands_decomposition:
5+
{
6+
ui_menu_file_for_finding_all_drafts_of_question_author
7+
(*
8+
=> nrel_command_order:
9+
ui_menu_file_for_finding_all_proposals_of_question_author;;
10+
*);
11+
ui_menu_file_for_finding_all_proposals_of_question_author
12+
};;
13+
14+
ui_menu_my_changes_for_eekb <= nrel_command_access: ...
15+
(*
16+
-> nrel_authorised_user;;
17+
*);;

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/eekb_commands/navigation_for_eekb/lib_ui_menu_navigation_for_eekb.scs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ lib_ui_menu_navigation_for_eekb
1010

1111
<= nrel_library_component_decomposition:
1212
{
13+
lib_ui_menu_file_for_finding_all_drafts_of_author;
1314
lib_ui_menu_navigation_by_proposal_for_eekb;
1415
lib_ui_menu_navigation_by_initiated_signs_for_eekb
1516
};;

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/eekb_commands/navigation_for_eekb/ui_menu_navigation_for_eekb.scsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ ui_menu_navigation_for_eekb <- ui_user_command_class_noatom;
33
=> nrel_main_idtf: [Navigation] (* <- lang_en;; *);
44
<= nrel_ui_commands_decomposition:
55
{
6+
ui_menu_file_for_finding_all_drafts_of_author
7+
(*
8+
=> nrel_command_order:
9+
ui_menu_navigation_by_proposal_for_eekb;;
10+
*);
611
ui_menu_navigation_by_proposal_for_eekb
712
(*
813
=> nrel_command_order:

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/eekb_commands/ui_menu_root_for_eekb.scsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ ui_menu_root_for_eekb <- ui_user_command_class_noatom;
33
=> nrel_main_idtf: [Commands of EEKB] (* <- lang_en;; *);
44
<= nrel_ui_commands_decomposition:
55
{
6+
ui_menu_my_changes_for_eekb
7+
(*
8+
=> nrel_command_order:
9+
ui_menu_navigation_for_eekb;;
10+
*);
11+
612
ui_menu_navigation_for_eekb
713
(*
814
=> nrel_command_order:

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/na_activity_automatisation/classification_agents/lib_ui_menu_na_kb_classification_agents.scs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ lib_ui_menu_na_kb_classification_agents
1111
<= nrel_library_component_decomposition:
1212
{
1313
lib_component_ui_menu_file_for_finding_all_initiated_signs;
14+
lib_ui_menu_file_for_finding_all_drafts_of_author;
15+
lib_ui_menu_file_for_finding_all_drafts_of_question_author;
1416
lib_ui_menu_file_for_finding_all_proposals_of_author;
17+
lib_ui_menu_file_for_finding_all_proposals_of_question_author;
1518
lib_ui_menu_file_for_finding_all_unreviewed_proposals_of_author;
1619
lib_ui_menu_file_for_finding_approved_proposals_by_user;
1720
lib_ui_menu_file_for_finding_approved_proposals_of_author;

ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/na_activity_automatisation/classification_agents/ui_menu_na_kb_classification_agents.scsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ ui_menu_na_kb_classification_agents <- ui_user_command_class_noatom;
44
<= nrel_ui_commands_decomposition:
55
{
66
ui_menu_file_for_finding_all_initiated_signs;
7+
ui_menu_file_for_finding_all_drafts_of_author;
8+
ui_menu_file_for_finding_all_drafts_of_question_author;
79
ui_menu_file_for_finding_all_proposals_of_author;
10+
ui_menu_file_for_finding_all_proposals_of_question_author;
811
ui_menu_file_for_finding_all_unreviewed_proposals_of_author;
912
ui_menu_file_for_finding_approved_proposals_by_user;
1013
ui_menu_file_for_finding_approved_proposals_of_author;

0 commit comments

Comments
 (0)