JasonMessageDelegation

data class JasonMessageDelegation(val from: String, val to: String, val performative: String)(source)

Message delegation extracted from a Jason .send(...) call.

Constructors

Link copied to clipboard
constructor(from: String, to: String, performative: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String