Jadex 0.96

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.
 
Configuration Summary
default configuration  default
          
 

Plan Detail

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:
Plan waitqueue:
Message events:
request_translation
Event Detail

request_translation

messageevent request_translation(String performative)
Specifies a translation request being all messages with performative request.

Parameters:
fixed parameter performative Default value:  jadex.adapter.fipa.SFipa.REQUEST
Event flags:
direction: receive
message type: fipa
random selection: false
post to all: false
Configuration Detail

default

default configuration default
Initial Plans:
egtrans

Jadex 0.96

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-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.