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

it.unibo.jakta.agents.bdi.events.EventQueue.kt Maven / Gradle / Ivy

There is a newer version: 0.11.102
Show newest version
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