Failure

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

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

Constructors

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

Properties

clauses
Link copied to clipboard
open override val clauses: Nothing?
firstClause
Link copied to clipboard
open override val firstClause: Nothing?
Gets the first successfully retracted clause
isFailure
Link copied to clipboard
open override val isFailure: Boolean
isSuccess
Link copied to clipboard
open val isSuccess: Boolean
theory
Link copied to clipboard
open override val theory: T
The result always present value, is the clause database resulting from the operation execution