next up previous contents
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:

\begin{displaymath}
IF \; condition \; THEN \; action1 \; ELSE \; action2
\end{displaymath}

It reads: if $condition$ is true then perform $action1$ else perform $action2$. Often the $ELSE$ part is absent or is global, for all rules.



Igor Wojnicki 2001-02-21