Jadex 0.941

jadex.testcases.beliefs
Agent BeanChanges


agent BeanChanges

Test bean property changes.

Propagate Changes Agent. This agent tests if bean changes are propagated to belief changes. (todo: test parameter changes) The agent will print out the results of the single tests to the console.


Belief Summary
belief int invocations
          
belief TestBean one
          
beliefset TestBean some
          
 
Plan Summary
standard plan bean_modifier()
          
standard plan invocation_counter()
          
 
Initial State Summary
default initial state  default
          
 

Belief Detail

one

belief TestBean one
Default fact:
new TestBean("Alois")

invocations

belief int invocations
Default fact:
0

some

beliefset TestBean some
Default facts:
new TestBean("Albert")
new TestBean("Berta")
Plan Detail

invocation_counter

standard plan invocation_counter()
Plan body:
new BeliefIncrementPlan("invocations", 1, 0)
Belief change trigger
one
Beliefset change trigger
some

bean_modifier

standard plan bean_modifier()
Plan body:
new BeanModifierPlan()
Initial State Detail

default

default initial state default
Initial Plans:
bean_modifier

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.