isRule

open override val isRule: Boolean

Checks whether the current term is a rule, or a fact. This method is guaranteed to return true if and only if the current term is an instance of Rule.

Return

true if the current term is a rule, or false, otherwise