public static class PrologReasoner.Ruleextends Object
A represenration of a Prolog-rule. A rule has the form of "h :- t1,t2..."
where "h" and "tk" are terms. The term h is called the rule-head and
"t1,t2..." is the rule-body.
A rule is interpreted as: h follows from the conjunction of t1,t2...