Failure

data class Failure<T : Theory>(val theory: T) : RetractResult<T>

A failed "retract" operation result, carrying the unchanged theory

Constructors

Link copied to clipboard
fun <T : Theory> Failure(theory: T)

Properties

Link copied to clipboard
open override val clauses: Nothing?
Link copied to clipboard
open override val firstClause: Nothing?

Gets the first successfully retracted clause

Link copied to clipboard
open override val isFailure: Boolean
Link copied to clipboard
open val isSuccess: Boolean
Link copied to clipboard
open override val theory: T

The result always present value, is the clause database resulting from the operation execution