Zadanie 3

This commit is contained in:
2022-12-03 15:40:08 +01:00
parent a39a3d65e9
commit 7121035cf3
4 changed files with 33 additions and 222 deletions

View File

@@ -20,7 +20,7 @@
<target name="run" description="create agents" >
<java fork="true" classpath="jade/lib/jade.jar;build" classname="jade.Boot">
<arg value="-gui" />
<arg value="UserAgent:jadelab1.MyAgent;ServiceAgent:jadelab1.ServiceAgent;TurboAgent1:jadelab1.TurboAgent" />
<arg value="UserAgent:jadelab1.MyAgent;AllAgent1:jadelab1.AllAgent" />
</java>
</target>
</project>