it.unibo.jakta.agents.bdi.events.EventQueue.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakta-bdi Show documentation
Show all versions of jakta-bdi Show documentation
A Kotlin internal DSL for the definition of BDI agents
package it.unibo.jakta.agents.bdi.events
/**
* The collection of [Event] that the BDI Agent reacts on.
*
* As in Jason, Events are modeled with a FIFO queue. Users can provide an agent-specific event selection function,
* that handle how an event is chosen from the queue.
*/
typealias EventQueue = List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy