From c2f1337c1458a318e29e04e6c9c1cd6b7305840a Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 27 Jun 2022 13:45:19 +0200 Subject: [PATCH] FIX: READ ME --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a39e5f..b5e6d46 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The inferred knowledge derived from the algorithm are presented to the gardener These actions can be presented as goals where each goal is offered to other services of the system (partners). The approach of the DSS is based on three eu.hsrw.ias.ggd.MainExe concepts: -###**Facts Knowledgesession,and Knowledgebase** +### **Facts Knowledgesession,and Knowledgebase** ***Facts are nothing but plain old java objects (POJO) that represents the data which serves as input for rules.*** @@ -30,7 +30,7 @@ In the following case StatefulKnowledgeSession are used. So facts are inserted first and stored to KnowledgeSession where it is latter on provided to Knowledgebase. -###**Rules (General structure, if premises then consequence)** +### **Rules (General structure, if premises then consequence)** 1. Rules are given explicitly by the expert. The list of rules created for this project are: 1. Battery 2. Dielectric Permittivity @@ -41,7 +41,7 @@ So facts are inserted first and stored to KnowledgeSession where it is latter on 7. Temperature 2. One particular rule can be fired or multiple rules can be fired at the same time. -###**Goals (Rule Outcome)** +### **Goals (Rule Outcome)** 1. Goals are active rules which are able to change the value of the fact. 2. Goals can be activated and deactivated based on the user preferences