Finished

data class Finished<I : Any, O : Any>(val state: State, val agent: Agent<I, O>, val outcome: Outcome<O>) : Action<I, O>

Constructors

Link copied to clipboard
constructor(state: State, agent: Agent<I, O>, outcome: Outcome<O>)

Properties

Link copied to clipboard
val agent: Agent<I, O>
Link copied to clipboard
Link copied to clipboard