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

it.unibo.jakta.agents.bdi.perception.impl.PerceptionImpl.kt Maven / Gradle / Ivy

package it.unibo.jakta.agents.bdi.perception.impl

import it.unibo.jakta.agents.bdi.beliefs.Belief
import it.unibo.jakta.agents.bdi.beliefs.BeliefBase
import it.unibo.jakta.agents.bdi.perception.Perception

internal data class PerceptionImpl(
    val beliefs: Iterable = emptyList(),
) : Perception {
    override fun percept(): BeliefBase = BeliefBase.of(beliefs)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy