jadex.testcases.plans
Agent PlanFail
- agent PlanFail
 
Test the plan's passed(), failed(), aborted() methods.
 Test the behaviour of plan cleanup - passed(), failed(), aborted() - methods.
 Inside of these methods no interruption (e.g. by calling waitFor()) is
 allowed. Additionally these methods are executed in atomic mode, what
 means that no micro plan steps can occur.
| Belief Summary | 
| belief boolean  | create
 | 
 
| Goal Summary | 
| achievegoal  | test()
 | 
 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
create
belief boolean create
- 
- Default fact:
- false
 
test
achievegoal test()
- 
- BDI flags:
- retry: true- retry delay: 0- exclude: when_tried- random selection: false- meta-level reasoning: true- post to all: false
- Creation Condition:
- $beliefbase.create
 
test_fail
standard plan test_fail()
- 
- Plan body:
- new TestFailPlan()
 
default
default initial state default
- 
- Initial Plans:
- test_fail
 
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.