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.
 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
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")
 
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()
 
default
default initial state default
- 
- Initial Plans:
- bean_modifier
 
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.