All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibo.jakta.agents.bdi.messages.Message.kt Maven / Gradle / Ivy

There is a newer version: 0.11.102
Show newest version
package it.unibo.jakta.agents.bdi.messages

import it.unibo.tuprolog.core.Struct

data class Message(
    val from: String,
    val type: MessageType,
    val value: Struct,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy