get

abstract operator fun get(clause: Clause): Sequence<Clause>

Retrieves matching clauses from this theory

abstract operator fun get(head: Struct): Sequence<Rule>

Retrieves matching rules from this theory

abstract operator fun get(indicator: Indicator): Sequence<Rule>

Retrieves all rules in this theory having the specified Indicator as head; this should be well-formed