This stuff.
well, below is some Jess. Ok great, a rule base – the facts (e.g. (infection Aaron flu) (touch Aaron Bertha)) mixed with some rules (infection ?x ?i) (touch ?x ?y) => (assert (infection ?y ?i)) means we have some way of infering which people have the infection. mary and brian are ok, but everyone else is infected.
(deffacts database “record of illness and touching”
(infection Aaron flu) (touch Aaron Bertha) (touch Mary Brian) (touch Chris Peter) (touch Bertha Chris) (touch Chris David))
(defrule infection-spread “infections spread through touch”
(infection ?x ?i) (touch ?x ?y) => (assert (infection ?y ?i))blast, im now 2 weeks away from assessment and everyone else are streets ahead. in this filtering process called university, looks as though i cant keep up and will be filtered out by the system. nightmarish stuff indeed. anyway, the OS and the langs are ok and kinda the SE so the AI (expert or rule based systems) will need to be pushed through so that i may have glory next year.



