Package jadex.bdiv3.tutorial.f3.old
Class UserBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.f3.old.UserBDI
-
public class UserBDI extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
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()
void
cleanup()
Cleanup when agent is killed.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
f
protected javax.swing.JFrame f
The gui.
-
-