jadex.bdi.tutorial.TranslationE1.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.
jadex.commons.*
jadex.bridge.fipa.*
java.util.logging.*
new Tuple("milk", "Milch")
new Tuple("cow", "Kuh")
new Tuple("cat", "Katze")
new Tuple("dog", "Hund")
new Tuple("milk", "lait")
new Tuple("cow", "vache")
new Tuple("cat", "chat")
new Tuple("dog", "chien")
"english_german".equals($goal.getParameter("direction").getValue())
"english_french".equals($goal.getParameter("direction").getValue())
SFipa.REQUEST
select one $wordpair.get(1)
from Tuple $wordpair in $beliefbase.egwords
where $wordpair.get(0).equals($eword)
select one $wordpair.get(1)
from Tuple $wordpair in $beliefbase.efwords
where $wordpair.get(0).equals($eword)
true