StateTransitionEvent

class StateTransitionEvent(val agentProcess: AgentProcess, val newState: Any) : AbstractAgentProcessEvent

The agent process has transitioned to a new state.

Parameters

newState

the new state instance

Constructors

Link copied to clipboard
constructor(agentProcess: AgentProcess, newState: Any)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val processId: String

ID of the process that this event relates to.

Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant