AddClausesToKb
abstract class AddClausesToKb(clauses: Iterable<Clause>, val onTop: Boolean) : SideEffect.SetClausesOfKb
Base class for side effects adding clauses to a knowledge base, either at the front (onTop) or the back.
Inheritors
Properties
Functions
Link copied to clipboard
Produces the ExecutionContext resulting from applying this side effect to context.
Link copied to clipboard
clauses as a MutableTheory, converting it if necessary.