RankingChoiceRequestEvent

class RankingChoiceRequestEvent<T>(agentPlatform: AgentPlatform, type: Class<T>, basis: Any, choices: Collection<T>) : RankingEvent<T>

Constructors

Link copied to clipboard
constructor(agentPlatform: AgentPlatform, type: Class<T>, basis: Any, choices: Collection<T>)

Properties

Link copied to clipboard
open override val agentPlatform: AgentPlatform
Link copied to clipboard
val basis: Any
Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant
Link copied to clipboard
val type: Class<T>

Functions

Link copied to clipboard
Link copied to clipboard
fun noDeterminationEvent(rankings: Rankings<T>, confidenceCutoff: <Error class: unknown class>): RankingChoiceCouldNotBeMadeEvent<T>