Package jadex.bdi.hellopure
Class HelloPureGoalAgent
java.lang.Object
jadex.bdi.runtime.BDIBaseAgent
jadex.bdi.hellopure.HelloPureGoalAgent
public class HelloPureGoalAgent
extends jadex.bdi.runtime.BDIBaseAgent
BDI agent that uses belief to trigger goal and execute plans.
The goal has a target condition based on the state of its 'text' parameter.
Pure BDI agent that is not bytecode enhanced.
This is achieved by using the baseclass BDIAgent that signals enhancement
has already been done.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class jadex.bdi.runtime.BDIBaseAgent
__agent, __globalname, __initargs
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadex.bdi.runtime.BDIBaseAgent
setBeliefValue
-
Constructor Details
-
HelloPureGoalAgent
public HelloPureGoalAgent()
-
-
Method Details
-
body
public void body() -
printHello1
-
printHello2
-
printHello3
-
main
Start a platform and the example.
-