Package jadex.bdi.puzzle
Class SokratesMLRAgent
java.lang.Object
jadex.bdi.puzzle.SokratesMLRAgent
Puzzling agent.
This agent that plays a board game for one player. This example is a Jadex adaption of the original JACK(TM) puzzle example and was used for performance comparisons between both platforms (cf. readme.txt). This version shows how the puzzle works with a graphical board and uses a delay between the moves. Measurements were done with the Benchmark.agent in this package.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
body
(jadex.execution.IExecutionFeature exe, jadex.bdi.runtime.IBDIAgentFeature plan) The agent body.
-
Constructor Details
-
SokratesMLRAgent
public SokratesMLRAgent()
-
-
Method Details
-
body
public void body(jadex.execution.IExecutionFeature exe, jadex.bdi.runtime.IBDIAgentFeature plan) The agent body.
-