Fix jenkinsfile

master
Anton Romanov 2 months ago
parent dc0e44ab97
commit cca96df7e0

2
Jenkinsfile vendored

@ -8,7 +8,7 @@ pipeline {
stages {
stage('Cloning Git') {
steps {
git([url: 'ssh://git@nio17.ulstu.ru:22023/is.ulstu.ru/iiti-2024.git', branch: 'master', credentialsId: '2'])
git([url: 'ssh://git@10.100.5.20:22023/is.ulstu.ru/iiti-2024.git', branch: 'master', credentialsId: '2'])
}
}
stage('Building pdf') {

@ -124,7 +124,7 @@ To solve the research problem in data organization, it was decided to combine th
\label{fig:kb-structure}
\end{figure}
Thus, according to the diagram, the knowledge base consists of several levels of conditions taking into account possible changes in the metamodel and in the database of the integrated information system, and several levels of consequences forming a clear logical inference based on the linguistic representation of rules in the rule base.
According to the diagram, the knowledge base consists of several levels of conditions taking into account possible changes in the metamodel and in the database of the integrated information system, and several levels of consequences forming a clear logical inference based on the linguistic representation of rules in the rule base.
\section{Model of the knowledge base of behavior of the integrated information system}
According to figure \ref{fig:kb-structure}, the rule base will be represented as a hierarchical structure with two levels of rules. Previously, the authors obtained a structural model of the metadata $M$ of the integrated IS \cite{Kamaletdinova-2024}. Thus, the first level will be represented as rules consisting of linguistic terms and will depend on changes in the meta-model. The second level of rules will be dynamically formed based on the results obtained at the first level.

Loading…
Cancel
Save