Package jadex.bdiv3.tutorial.f3
Class UserBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.f3.UserBDI
-
public class UserBDI extends java.lang.Object
Agent that presents a gui and sends translation requests via goal delegation to the translation agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
protected IBDIAgentFeature
bdiFeature
protected IExecutionFeature
execFeature
protected javax.swing.JFrame
f
The gui.
-
Constructor Summary
Constructors Constructor Description UserBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.void
cleanup()
Cleanup when agent is killed.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
execFeature
protected IExecutionFeature execFeature
-
bdiFeature
protected IBDIAgentFeature bdiFeature
-
f
protected javax.swing.JFrame f
The gui.
-
-