Package jadex.bdiv3.tutorial.b5
Class TranslationBDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.b5.TranslationBDI
-
public class TranslationBDI extends java.lang.ObjectThe translation agent B5. Using plan context conditions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTranslationBDI.TranslatePlanTranslate an English word to German.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected IBDIAgentFeaturebdiThe bdi api.protected booleancontextThe context.protected java.util.Map<java.lang.String,java.lang.String>wordtableThe wordtable.
-
Constructor Summary
Constructors Constructor Description TranslationBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.voidinit()Create method.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
bdi
protected IBDIAgentFeature bdi
The bdi api.
-
wordtable
protected java.util.Map<java.lang.String,java.lang.String> wordtable
The wordtable.
-
context
protected boolean context
The context.
-
-