jadex.bdi.testcases.misc.Expression.agent.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.
new Person("Alwin Mayer", "Gateway Street 33")
new Person("Getrude Mayer", "Gateway Street 33")
new Person("John Meyor", "Bollywood Boulevard 17")
new Person("Gary Thompson", "Bollywood Boulevard 17")
new String[]{"a","b","c"}[$num]
select "("+$p1+", "+$p2+")"
from Person $p1 in $beliefbase.persons, Person $p2 in $beliefbase.persons
where $p1!=$p2 && $p1.getAddress().equals($p2.getAddress())
true
2