Package jadex.bdiv3.tutorial.f2
Class UserBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.f2.UserBDI
-
public class UserBDI extends java.lang.ObjectUser agent that presents a gui for using the translation service of the translation agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentprotected javax.swing.JFramefThe gui.
-
Constructor Summary
Constructors Constructor Description UserBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.voidcleanup()Cleanup when agent is killed.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
f
protected javax.swing.JFrame f
The gui.
-
-