PropositionReinforced

data class PropositionReinforced constructor(val original: Proposition, val revised: Proposition, val timestamp: Instant = Instant.now()) : DiceEvent

A similar proposition came in and reinforced one we already trusted, strengthening it.

Constructors

Link copied to clipboard
constructor(original: Proposition, revised: Proposition, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard

The proposition that already existed.

Link copied to clipboard

The strengthened result.

Link copied to clipboard
open val timestamp: Instant

When the event was created.