PropositionDemoted

data class PropositionDemoted constructor(val proposition: Proposition, val toRelation: String, val reason: String, val timestamp: Instant = Instant.now()) : DiceEvent

A proposition's relation was demoted to a weaker one because it didn't have enough supporting evidence — kept and downgraded rather than thrown away.

Constructors

Link copied to clipboard
constructor(proposition: Proposition, toRelation: String, reason: String, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard

The proposition whose relation was demoted.

Link copied to clipboard

Why it was demoted.

Link copied to clipboard
open val timestamp: Instant

When the event was created.

Link copied to clipboard

The weaker relation it was demoted to.