ContradictionEvent

data class ContradictionEvent(val timestamp: Instant = Instant.now()) : DiceEvent

Deprecated

Use PropositionContradicted, which carries contextId and both propositions.

Replace with

PropositionContradicted

The original contradiction signal, which carried no information about what was contradicted.

Constructors

Link copied to clipboard
constructor(timestamp: Instant = Instant.now())

Properties

Link copied to clipboard
open val timestamp: Instant

When the event was created.