Next: Decision tables
Up: Knowledge representation
Previous: Semantic networks
  Contents
Production rules and logic
This method relies on if-then-else construct. It is well known
form procedural programming languages. It could be described as:
It reads: if
is true then perform
else perform
. Often the
part is absent or is global, for all
rules.
Igor Wojnicki
2001-02-21