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 SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected IBDIAgentFeaturebdiFeatureprotected IExecutionFeatureexecFeatureprotected javax.swing.JFramefThe gui.
 - 
Constructor SummaryConstructors Constructor Description UserBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.voidcleanup()Cleanup when agent is killed.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
execFeatureprotected IExecutionFeature execFeature 
 - 
bdiFeatureprotected IBDIAgentFeature bdiFeature 
 - 
fprotected javax.swing.JFrame f The gui.
 
- 
 
-