AddDynamicClauses
data class AddDynamicClauses(val clauses: Iterable<Clause>, val onTop: Boolean = false) : SideEffect.AddClausesToKb
Adds clauses to the dynamic knowledge base, at the front if onTop, at the back otherwise.
Constructors
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.