Class Rule

All Implemented Interfaces:
LogicalFormula, Term, ToDOM, ToJson, Serializable, Cloneable, Comparable<Term>

public class Rule extends LiteralImpl
A rule is a Literal (head) with a body, as in "a :- b & c".
See Also: