Jadex 0.941

jadex.testcases.misc
Agent InitialTransaction


agent InitialTransaction

Test the atomic execution of the start agent action.

When the start agent action is executed as transaction evaluating the initial fact of the belief should trigger the plan printing the belief value ("Hello World!").


Belief Summary
belief String text
          
 
Plan Summary
standard plan print()
          
 

Belief Detail

text

belief String text
Default fact:
"Hello World!"
Plan Detail

print

standard plan print()
Plan body:
new ResultPlan($beliefbase.text)
Condition
$beliefbase.text!=null

Jadex 0.941

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.