jadex.testcases.plans
Agent BeliefTrigger
- agent BeliefTrigger
 
Test a plan's trigger.
 Especially tests the belief (set) triggers, that wait for
 a belief to change or a fact being added or removed to/from
 a belief set.
 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
bel
belief int bel
- 
- Default fact:
- 0
 
result
belief int result
- 
- Default fact:
- 0
 
belset
beliefset int belset
- 
 
triggertest
standard plan triggertest()
- 
- Plan body:
- new BeliefIncrementPlan("result")
- Belief change trigger
- bel
- Fact added trigger
- belset
- Fact removed trigger
- belset
 
beli
standard plan beli()
- 
- Plan body:
- new BeliefTriggerPlan()
 
default
default initial state default
- 
- Initial Plans:
- beli
 
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.