it.unibo.jakta.agents.bdi.events.EventQueue.kt Maven / Gradle / Ivy
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