Skip to content

Commit

Permalink
partial documentation finished
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropaulofb committed Jul 17, 2023
1 parent d3ad9ee commit 1d9f010
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 414 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

We provide specific documentation for better explaining the Scior's scope, objectives, functioning logics, and features. Please access the following links for more information.

<!-- - [Functioning Overview](https://github.com/unibz-core/Scior/blob/main/documentation/Scior-Functioning.md) -->
- [Functioning Overview](https://github.com/unibz-core/Scior/blob/main/documentation/Scior-Functioning.md)
<!-- - [Reports](https://github.com/unibz-core/Scior/blob/main/documentation/Scior-Reports.md) -->
- [Execution Modes](https://github.com/unibz-core/Scior/blob/main/documentation/Scior-Execution-Modes.md)
- [Theoretical Rules](https://github.com/unibz-core/Scior/blob/main/documentation/Scior-Theoretical-Rules.md)
- [Implemented Rules Definitions](https://github.com/unibz-core/Scior/blob/main/documentation/Scior-Implemented-Rules-Definitions.md)
Expand Down
468 changes: 59 additions & 409 deletions documentation/Scior-Functioning.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/Scior-Tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The input file (the `intput_file` test argument) is the file to be processed by

Each csv line is an independent test. Each test is performed according to the flowchart below.

![test flowchart](https://raw.githubusercontent.com/unibz-core/Scior/main/documentation/resources/images/Test%20Flowchart.png)
![test flowchart](https://raw.githubusercontent.com/unibz-core/Scior/main/documentation/resources/images/flowchart_test.png)

At the start, Scior receives the input owl file to be processed and the execution mode (world assumption) in which it must operate.

Expand Down
Binary file added documentation/in progress/Scior-Reporting.docx
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions scior/modules/rules/rules_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

def loop_rule(ontology_dataclass_list: list[OntologyDataClass], ontology_graph: Graph, list_rules_groups: list[str],
incompleteness_stack: list[IncompletenessEntry]) -> None:
""" Receives a list of rule groups to perform in loop until no modifications are found.
AUXILIARY FUNCTION ONLY! MUST NOT BE USED OUTSIDE FUNCTION execute_rules_types.
"""
""" Receives a list of rule groups to perform in loop until no modifications are found. """

if args.ARGUMENTS["is_debug"]:
loop_id = ''.join(random.choices(string.ascii_lowercase, k=4))
Expand Down

0 comments on commit 1d9f010

Please sign in to comment.