Package jadex.bdiv3.tutorial.f3
Class UserBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.f3.UserBDI
-
public class UserBDI extends java.lang.ObjectAgent that presents a gui and sends translation requests via goal delegation to the translation agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentprotected IBDIAgentFeaturebdiFeatureprotected IExecutionFeatureexecFeatureprotected 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 plan body.voidcleanup()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.
-
-