ExternalEvent

data class ExternalEvent(val behaviorsSampled: Map<BehaviorID, Any?>, val id: NodeID, val value: Any?)(source)

An external event is a snapshot of some external operation that has been made to update the state of an ExternalNode.

Constructors

Link copied to clipboard
constructor(behaviorsSampled: Map<BehaviorID, Any?>, id: NodeID, value: Any?)

Properties

Link copied to clipboard
Link copied to clipboard
val id: NodeID
Link copied to clipboard
val value: Any?