Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,358 changes: 679 additions & 679 deletions components/common/menu.py

Large diffs are not rendered by default.

98 changes: 49 additions & 49 deletions components/scg/base/scg_keynodes.py
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
"""
-----------------------------------------------------------------------------
This source file is part of OSTIS (Open Semantic Technology for Intelligent Systems)
For the latest info, see http://www.ostis.net

Copyright (c) 2010 OSTIS

OSTIS is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

OSTIS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with OSTIS. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
"""


'''
Created on 18.10.2009

@author: Denis Koronchik
'''

import srs_engine.core as core
session = core.Kernel.session()

session.open_segment(u"/ui/menu")

# scg segments
class segments:
alphabet = u"/ui/scg_alphabet"
proc_keynode = u"/proc/keynode"
scg_menu = u"/ui/scg/menu"


#class core:
# parts = session.find_keynode_full_uri("/ui/core/parts")

# menu keynodes
class menu:
root = session.find_keynode_full_uri(u"/ui/menu/main menu")


"""
-----------------------------------------------------------------------------
This source file is part of OSTIS (Open Semantic Technology for Intelligent Systems)
For the latest info, see http://www.ostis.net
Copyright (c) 2010 OSTIS
OSTIS is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OSTIS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with OSTIS. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
"""
'''
Created on 18.10.2009
@author: Denis Koronchik
'''
import srs_engine.core as core
session = core.Kernel.session()
session.open_segment(u"/ui/menu")
# scg segments
class segments:
alphabet = u"/ui/scg_alphabet"
proc_keynode = u"/proc/keynode"
scg_menu = u"/ui/scg/menu"
#class core:
# parts = session.find_keynode_full_uri("/ui/core/parts")
# menu keynodes
class menu:
root = session.find_keynode_full_uri(u"/ui/menu/main_menu")
646 changes: 326 additions & 320 deletions repo/fs_repo_src/etc/questions_src/questions_keynodes.gwf

Large diffs are not rendered by default.

393 changes: 197 additions & 196 deletions repo/fs_repo_src/include/_keynodes.scsy

Large diffs are not rendered by default.

133 changes: 67 additions & 66 deletions repo/fs_repo_src/include/etc_questions.scsy
Original file line number Diff line number Diff line change
@@ -1,66 +1,67 @@

/*
-----------------------------------------------------------------------------
This source file is part of OSTIS (Open Semantic Technology for Intelligent Systems)
For the latest info, see http://www.ostis.net

Copyright (c) 2010 OSTIS

OSTIS is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

OSTIS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with OSTIS. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
*/

question = "/etc/questions/������";
q_initiated = "/etc/questions/�������������� ������";
q_atom = "/etc/questions/��������� ������";
q_noatom = "/etc/questions/����������� ������";
q_active = "/etc/questions/�������� ������";
q_finished = "/etc/questions/������������ ������";
q_successful = "/etc/questions/�������� ������";

q_search_subsets = "/etc/questions/����� �����������";
q_search_supersets = "/etc/questions/����� �����������";
q_search_all_pos_in_arcs = "/etc/questions/����� ���������� �������� ���";
q_search_all_pos_out_arcs = "/etc/questions/����� ���������� ��������� ���";
q_search_authors = "/etc/questions/����� �������";
q_search_identifiers = "/etc/questions/����� ������� ���������������";
q_search_decomposition = "/etc/questions/����� ������������ �������";
q_search_illustration = "/etc/questions/����� ����������� �������";

q_verification = "/etc/questions/������ �����������";
q_add_child_command = "/etc/questions/������ ���������� �������� �������";
q_remove_child_command = "/etc/questions/������ �������� �������� �������";

q_generate_construct = "/etc/questions/������ ��������� SC-�����������";
q_erase_set_elements = "/etc/questions/������ �������� ��������� ���������";
q_el_content = "/etc/questions/������ ����������� ��������";

q_square = "/etc/questions/������ �������";

q_addition = "/etc/questions/������ �����";
q_multiplication = "/etc/questions/������ ������������";
q_exponention = "/etc/questions/������ �������";
q_calculation = "/etc/questions/������ ����������";

q_statement_validity = "/etc/questions/������ ���������� ������������";
q_var_value = "/etc/questions/������ �������� ��������";
q_postorder_tree_search = "/etc/questions/������ ������ � �������";
q_production = "/etc/questions/������ ���������";
q_gen_all_accessory_links = "/etc/questions/������ ��������� ���� ������ ��������������";
q_gen_all_trans_relation_links = "/etc/questions/������ ��������� ���� ������ ���������";

nrel_action_area = "/etc/questions/������� �������� �������*";
nrel_key_fragment = "/etc/questions/�������� �������� �������*";
nrel_answer = "/etc/questions/�����*";
nrel_general_formulation = "/etc/questions/���������� ������������ �������*";

/*
-----------------------------------------------------------------------------
This source file is part of OSTIS (Open Semantic Technology for Intelligent Systems)
For the latest info, see http://www.ostis.net

Copyright (c) 2010 OSTIS

OSTIS is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

OSTIS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with OSTIS. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
*/

question = "/etc/questions/������";
q_initiated = "/etc/questions/�������������� ������";
q_atom = "/etc/questions/��������� ������";
q_noatom = "/etc/questions/����������� ������";
q_active = "/etc/questions/�������� ������";
q_finished = "/etc/questions/������������ ������";
q_successful = "/etc/questions/�������� ������";

q_search_subsets = "/etc/questions/����� �����������";
q_search_supersets = "/etc/questions/����� �����������";
q_search_all_pos_in_arcs = "/etc/questions/����� ���������� �������� ���";
q_search_all_pos_out_arcs = "/etc/questions/����� ���������� ��������� ���";
q_search_authors = "/etc/questions/����� �������";
q_search_identifiers = "/etc/questions/����� ������� ���������������";
q_search_decomposition = "/etc/questions/����� ������������ �������";
q_search_illustration = "/etc/questions/����� ����������� �������";

q_verification = "/etc/questions/������ �����������";
q_add_child_command = "/etc/questions/������ ���������� �������� �������";
q_remove_child_command = "/etc/questions/������ �������� �������� �������";

q_generate_construct = "/etc/questions/������ ��������� SC-�����������";
q_erase_set_elements = "/etc/questions/������ �������� ��������� ���������";
q_el_content = "/etc/questions/������ ����������� ��������";

q_square = "/etc/questions/������ �������";

q_addition = "/etc/questions/������ �����";
q_multiplication = "/etc/questions/������ ������������";
q_exponention = "/etc/questions/������ �������";
q_calculation = "/etc/questions/������ ����������";

q_statement_validity = "/etc/questions/������ ���������� ������������";
q_var_value = "/etc/questions/������ �������� ��������";
q_postorder_tree_search = "/etc/questions/������ ������ � �������";
q_production = "/etc/questions/������ ���������";
q_gen_all_accessory_links = "/etc/questions/������ ��������� ���� ������ ��������������";
q_gen_all_trans_relation_links = "/etc/questions/������ ��������� ���� ������ ���������";

nrel_action_area = "/etc/questions/������� �������� �������*";
nrel_key_fragment = "/etc/questions/�������� �������� �������*";
nrel_answer = "/etc/questions/�����*";
nrel_general_formulation = "/etc/questions/���������� ������������ �������*";
q_mycommand = "/etc/questions/��� �������";
Loading