Method Summary |
|
protected int | countNegatedPrerequisites(Rule rule) Count the number of negated prerequisites of a rule. |
protected int | countPrerequisites(Rule rule) Count the number of prerequisites of a rule. |
protected int | countVariables(TermContainer tc) Count the number of variables in a term container
(fact of complex term). |
protected int | countVariablesInPrerequisites(Rule rule) Count the number of variables in the prerequisites of a rule. |
public boolean | equals(Object obj) Compares objects. |
abstract public String | getName() Get a descriptive name. |
public int | hashCode() Get the hash code of this object. |
public String | toString() Convert the object to a string. |