jadex.tutorial
Agent TranslationB1
- agent TranslationB1
 
TranslationAgent: Lesson B1.
 Creating an initial plan.
 Explanation
 The agent has one initial plan (created when the agent is born)
 for translating words from English to German. 
| Plan Summary | 
| standard plan  | egtrans()A translation plan, from which an instance is created
   when the agent is born.
 | 
 
| Event Summary | 
| messageevent  | request_translation(String performative)Specifies a translation request being all
   messages with performative request.
 | 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
egtrans
standard plan egtrans()
-  A translation plan, from which an instance is created
   when the agent is born. Reacts on translation request messages. 
 
- 
- Plan body:
- new EnglishGermanTranslationPlanB1()
 
request_translation
messageevent request_translation(String performative)
-  Specifies a translation request being all
   messages with performative request. 
 
- 
- Parameters:
- fixed parameter performativeDefault value:jadex.adapter.fipa.SFipa.REQUEST
- Event flags:
- direction: receive- message type: fipa- random selection: false- meta-level reasoning: true- post to all: false
 
default
default initial state default
- 
- Initial Plans:
- egtrans
 
Submit a bug or feature
 For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.