jadex.bdi.examples.hunterprey_classic.creature.actsense.Creature.capability.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-applications-bdi Show documentation
Show all versions of jadex-applications-bdi Show documentation
The Jadex BDI applications package contain
several example applications, benchmarks and
testcases using BDI agents.
jadex.bdi.examples.hunterprey_classic.*
jadex.base.fipa.SFipa
jadex.commons.SUtil
$beliefbase.my_self.getLeaseticks()>10
// ?rbel_myself = (belief (element_has_model ?mbel_myself) (belief_has_fact ?myself))
// ?mbel_myself = (mbelief (melement_has_name "my_self"))
// ?myself = (Creature (leaseticks > 10))
SFipa.INFORM
SFipa.JADEX_XML
"HunterPreyOntology"
$content instanceof CurrentVision
SFipa.FAILURE
select WorldObject $object
from SUtil.joinArbitraryArrays(new Object[]
{
$beliefbase.preys,
$beliefbase.hunters,
$beliefbase.obstacles,
$beliefbase.food
})
where $beliefbase.my_self.isInVisionRange($object.getLocation())